diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index 2ecf69b..4dacaf6 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -15,11 +15,13 @@ } // Move the user account menu to the left of the hamburger menu on mobile -#block-geofresco-account-menu .menubar { - position: absolute; - right: 3.25rem; - z-index: 40; - top: 2.5rem; +@include mobile { + #block-geofresco-account-menu .menubar { + position: absolute; + right: 3.25rem; + z-index: 40; + top: 2.5rem; + } } // Featured images on article pages