From 74415132fa8d1b0074146455f593c3c5328c8393 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 17 Nov 2022 00:15:01 +0300 Subject: [PATCH] Load more button minor fix --- src/components/Views/AllAuthors.tsx | 2 +- src/components/Views/AllTopics.tsx | 2 +- src/styles/AllTopics.module.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) {