From aea65da7476ddaf0aa592e0a437312688a748aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 23 Jun 2022 14:26:17 +0200 Subject: [PATCH] Fix Subscribe page gap between Issues and globe margin --- src/style/pages/_subscribe.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/style/pages/_subscribe.scss b/src/style/pages/_subscribe.scss index bc3197e..29f86ee 100644 --- a/src/style/pages/_subscribe.scss +++ b/src/style/pages/_subscribe.scss @@ -47,7 +47,7 @@ @include bp (sm) { display: grid; grid-template-columns: repeat(2, 1fr); - grid-gap: 16px; + grid-gap: 24px; } } li { @@ -58,18 +58,17 @@ margin-bottom: 0; } } + + // Issue + @import "../molecules/issue"; } } // Globe -:global(.globe--cropped) { +:global(.subscribe .globe-cropped) { margin-top: 96px; @include bp (sm) { margin-top: 156px; } -} - - -// Issue -@import "../molecules/issue"; \ No newline at end of file +} \ No newline at end of file