Add min height to Shop nav to avoid vertical scroll
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user