fix: use mobile header layout until desktop breakpoint
This commit is contained in:
committed by
Michael Zetterberg
parent
e92b6cc27d
commit
f2a467af0d
@@ -44,7 +44,7 @@
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
@media screen and (min-width: 1200px) {
|
||||
.navigationMenu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user