mobile hamburger menu if 810px

This commit is contained in:
ogerly 2022-10-20 09:43:55 +02:00
parent 5257535b85
commit e4c3f9b729

View File

@ -276,7 +276,7 @@ export default {
font-size: large; font-size: large;
} }
@media only screen and (max-width: 730px) { @media only screen and (max-width: 810px) {
#nav-search-box, #nav-search-box,
.main-navigation-right { .main-navigation-right {
margin: 10px 0px; margin: 10px 0px;
@ -289,7 +289,7 @@ export default {
display: none; display: none;
} }
} }
@media only screen and (min-width: 730px) { @media only screen and (min-width: 810px) {
.footer-mobile, .footer-mobile,
.mobile-hamburger-menu { .mobile-hamburger-menu {
display: none; display: none;