diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index b6ea0ff..b033f91 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -5315,10 +5315,6 @@ label.panel-block { #navbar-menu { width: 100%; justify-content: space-around; } } - @media screen and (min-width: 1024px) { - #navbar-menu { - flex-wrap: nowrap; - margin-right: -1rem; } } /* Featured images on article pages */ .featured-image figure.image { width: 100vw; diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index 8beff9e..dcc1614 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -56,10 +56,6 @@ width: 100%; justify-content: space-around; } - @include from($desktop) { - flex-wrap: nowrap; - margin-right: -1rem; - } } diff --git a/web/themes/custom/geofresco/src/templates/layout/page.html.twig b/web/themes/custom/geofresco/src/templates/layout/page.html.twig index 3c7e6fd..6cfb141 100644 --- a/web/themes/custom/geofresco/src/templates/layout/page.html.twig +++ b/web/themes/custom/geofresco/src/templates/layout/page.html.twig @@ -25,6 +25,11 @@ {% endblock navbar_branding %}