From 10d7e8efdda14ad9edc52b246627182b9a9f7849 Mon Sep 17 00:00:00 2001 From: Juan Martin Garcia Date: Wed, 2 Aug 2023 13:34:49 -0300 Subject: [PATCH 1/4] Move pagination above helpful component --- components/navigation/arrowLink.module.css | 4 ++-- components/utilities/helpful.module.css | 4 ++-- components/utilities/psa.module.css | 2 +- pages/[...slug].js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/navigation/arrowLink.module.css b/components/navigation/arrowLink.module.css index d40c4ab7a..b928ff56c 100644 --- a/components/navigation/arrowLink.module.css +++ b/components/navigation/arrowLink.module.css @@ -1,5 +1,5 @@ .Container { - @apply flex flex-wrap flex-col md:flex-row md:flex-nowrap items-center justify-between mt-20 gap-4; + @apply flex flex-wrap flex-col md:flex-row md:flex-nowrap items-center justify-between mt-16 py-8 border-t border-t-gray-30 gap-4; } .Link { @@ -15,7 +15,7 @@ } .NextLink { - @apply mt-8 sm:mt-0; + @apply mt-0 sm:mt-0; } .Icon { diff --git a/components/utilities/helpful.module.css b/components/utilities/helpful.module.css index 208f1603b..97fc1f432 100644 --- a/components/utilities/helpful.module.css +++ b/components/utilities/helpful.module.css @@ -3,7 +3,7 @@ } .Title { - @apply font-bold text-lg mb-0 tracking-tight; + @apply font-bold text-base mb-0 tracking-tight; @apply text-gray-90 !important; } @@ -79,7 +79,7 @@ } .FormContainer { - @apply flex flex-col md:flex-row items-start md:items-center mt-16; + @apply flex flex-col md:flex-row items-start md:items-center pt-8 mt-8 md:pt-12 md:mt-12 border-t border-t-gray-30; } .Form { diff --git a/components/utilities/psa.module.css b/components/utilities/psa.module.css index 508cee386..720d56c96 100644 --- a/components/utilities/psa.module.css +++ b/components/utilities/psa.module.css @@ -1,5 +1,5 @@ .Container { - @apply flex items-center flex-wrap py-8 mt-16 border-t border-b border-t-gray-30 border-b-gray-30; + @apply flex items-center flex-wrap; } :global(.dark) .Container { diff --git a/pages/[...slug].js b/pages/[...slug].js index dfc4e5632..8e59196de 100644 --- a/pages/[...slug].js +++ b/pages/[...slug].js @@ -255,11 +255,11 @@ export default function Article({
+ {arrowContainer} +
- - {arrowContainer}