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

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