From e4c3f9b729caf50a451e86eb947f49d7f1a97ded Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 20 Oct 2022 09:43:55 +0200 Subject: [PATCH] mobile hamburger menu if 810px --- webapp/layouts/default.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 1080b31e2..ea980cdf8 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -276,7 +276,7 @@ export default { font-size: large; } -@media only screen and (max-width: 730px) { +@media only screen and (max-width: 810px) { #nav-search-box, .main-navigation-right { margin: 10px 0px; @@ -289,7 +289,7 @@ export default { display: none; } } -@media only screen and (min-width: 730px) { +@media only screen and (min-width: 810px) { .footer-mobile, .mobile-hamburger-menu { display: none;