diff --git a/src/components/Views/AllAuthors.tsx b/src/components/Views/AllAuthors.tsx index fa935bdb..ab5bb5e3 100644 --- a/src/components/Views/AllAuthors.tsx +++ b/src/components/Views/AllAuthors.tsx @@ -119,7 +119,7 @@ export const AllAuthorsView = (props: Props) => {
diff --git a/src/components/Views/AllTopics.tsx b/src/components/Views/AllTopics.tsx index fd676ba6..be957a5f 100644 --- a/src/components/Views/AllTopics.tsx +++ b/src/components/Views/AllTopics.tsx @@ -113,7 +113,7 @@ export const AllTopicsView = (props: AllTopicsViewProps) => {
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) {