diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index f46187d..f90730e 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -65,12 +65,14 @@ // Main navigation, goes to code in page.html.twig details .burger-icon { - transition: transform 0.1s; + cursor: pointer; display: block; + margin-left: auto; + margin-right: 0; + padding: 1.25rem 2.5rem 1rem 1.5rem; width: 1.5rem; height: 1.5rem; - padding: .25rem; - cursor: pointer; + transition: transform 0.1s; } details[open] .burger-icon {