Add min height to Shop nav to avoid vertical scroll
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.poster-layout {
|
||||
background-color: $color-cream;
|
||||
background: $color-cream;
|
||||
|
||||
@include bp (sm) {
|
||||
display: grid
|
||||
|
||||
@@ -168,6 +168,7 @@
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
min-height: 50px;
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user