diff --git a/src/components/Views/AllAuthors/AllAuthors.module.scss b/src/components/Views/AllAuthors/AllAuthors.module.scss index 63188b2b..e009616d 100644 --- a/src/components/Views/AllAuthors/AllAuthors.module.scss +++ b/src/components/Views/AllAuthors/AllAuthors.module.scss @@ -1,27 +1,26 @@ -.allAuthorsPage { - .group { - @include font-size(1.6rem); +.group { + @include font-size(1.6rem); - margin: 3em 0 9.6rem; + margin: 3em 0 9.6rem; + + @include media-breakpoint-down(sm) { + margin-bottom: 6.4rem; + } + + h2 { + margin-bottom: 3.2rem; + text-transform: capitalize; @include media-breakpoint-down(sm) { - margin-bottom: 6.4rem; - } - - h2 { - margin-bottom: 3.2rem; - text-transform: capitalize; - - @include media-breakpoint-down(sm) { - margin-bottom: 1.6rem; - } - } - - .topic { - margin-bottom: 2.4rem; + margin-bottom: 1.6rem; } } + .topic { + margin-bottom: 2.4rem; + } +} + .container { width: auto; @@ -30,7 +29,6 @@ width: 100px !important; } } -} .loadMoreContainer { margin-top: 48px; diff --git a/src/components/Views/AllTopics/AllTopics.tsx b/src/components/Views/AllTopics/AllTopics.tsx index 2754054e..270e6f63 100644 --- a/src/components/Views/AllTopics/AllTopics.tsx +++ b/src/components/Views/AllTopics/AllTopics.tsx @@ -90,13 +90,13 @@ export const AllTopics = (props: Props) => { ) const AllTopicAlphabeticallyHead = () => ( -
+