diff --git a/src/components/_shared/SolidSwiper/ArticleCardSwiper.tsx b/src/components/_shared/SolidSwiper/ArticleCardSwiper.tsx index d35fc313..6892edc0 100644 --- a/src/components/_shared/SolidSwiper/ArticleCardSwiper.tsx +++ b/src/components/_shared/SolidSwiper/ArticleCardSwiper.tsx @@ -41,7 +41,13 @@ export const ArticleCardSwiper = (props: Props) => { })} > -

{props.title}

+
+
+
+

{props.title}

+
+
+
0}> diff --git a/src/styles/app.scss b/src/styles/app.scss index 5a1b2691..d70a4e09 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -847,13 +847,14 @@ figure { } .main-content { + flex: 1 100%; + min-height: 90vh; + padding-top: 80px; + position: relative; + @include media-breakpoint-up(lg) { padding-top: 130px; } - - flex: 1 100%; - min-height: 90vh; - position: relative; } .main-content--no-padding {