fix: use mobile header layout until desktop breakpoint

This commit is contained in:
Chuma McPhoy
2024-06-19 09:08:37 +02:00
committed by Michael Zetterberg
parent e92b6cc27d
commit f2a467af0d
2 changed files with 24 additions and 46 deletions

View File

@@ -44,7 +44,7 @@
list-style: none;
}
@media screen and (min-width: 950px) {
@media screen and (min-width: 1200px) {
.navigationMenu {
display: none;
}