+
{props.children}
diff --git a/src/locales/ru.json b/src/locales/ru.json index 568e555b..900d6684 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -4,6 +4,7 @@ "All": "Все", "All posts": "Все публикации", "All topics": "Все темы", + "All authors": "Все авторы", "Authors": "Авторы", "Back to mainpage": "Вернуться на главную", "Become an author": "Стать автором", diff --git a/src/styles/AllTopics.module.scss b/src/styles/AllTopics.module.scss index 4129e8f2..976dec91 100644 --- a/src/styles/AllTopics.module.scss +++ b/src/styles/AllTopics.module.scss @@ -39,7 +39,7 @@ text-align: center; .loadMoreButton { - padding: 0.6em 5em; + padding: 0.6em 3em; width: 100%; @include media-breakpoint-up(sm) { diff --git a/src/styles/app.scss b/src/styles/app.scss index fa894ebc..79ba81cb 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -232,7 +232,6 @@ button { font-weight: 400; height: auto; - margin-top: 0.6rem; padding: 0.6rem 1.2rem 0.6rem 1rem; } @@ -641,7 +640,7 @@ astro-island { .main-content { flex: 1 100%; min-height: 300px; - padding-top: 100px; + padding-top: 120px; position: relative; }