Add min height to Shop nav to avoid vertical scroll

This commit is contained in:
2022-06-07 16:37:13 +02:00
parent f36cb93820
commit abeebc94ae
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
.poster-layout { .poster-layout {
background-color: $color-cream; background: $color-cream;
@include bp (sm) { @include bp (sm) {
display: grid display: grid

View File

@@ -168,6 +168,7 @@
nav { nav {
display: flex; display: flex;
justify-content: center; justify-content: center;
min-height: 50px;
ul { ul {
display: flex; display: flex;