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;