diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index dcc1614..8beff9e 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -56,6 +56,10 @@ 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 6cfb141..3c7e6fd 100644 --- a/web/themes/custom/geofresco/src/templates/layout/page.html.twig +++ b/web/themes/custom/geofresco/src/templates/layout/page.html.twig @@ -25,11 +25,6 @@ {% endblock navbar_branding %}