diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index b033f91..b6ea0ff 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -5315,6 +5315,10 @@ 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;