From abeebc94aefb38b181003ecd961754bdcf3a82b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 7 Jun 2022 16:37:13 +0200 Subject: [PATCH] Add min height to Shop nav to avoid vertical scroll --- src/style/layouts/_poster.scss | 2 +- src/style/pages/shop/_intro.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/layouts/_poster.scss b/src/style/layouts/_poster.scss index 3207469..f343112 100644 --- a/src/style/layouts/_poster.scss +++ b/src/style/layouts/_poster.scss @@ -1,5 +1,5 @@ .poster-layout { - background-color: $color-cream; + background: $color-cream; @include bp (sm) { display: grid diff --git a/src/style/pages/shop/_intro.scss b/src/style/pages/shop/_intro.scss index a6f8975..475d635 100644 --- a/src/style/pages/shop/_intro.scss +++ b/src/style/pages/shop/_intro.scss @@ -168,6 +168,7 @@ nav { display: flex; justify-content: center; + min-height: 50px; ul { display: flex;