Attempt to apply only on mobile

This commit is contained in:
Benjamin Melançon 2019-08-08 20:24:00 -04:00
parent 6bbc5e116c
commit 90ae93bd00

View file

@ -15,11 +15,13 @@
} }
// Move the user account menu to the left of the hamburger menu on mobile // Move the user account menu to the left of the hamburger menu on mobile
#block-geofresco-account-menu .menubar { @include mobile {
position: absolute; #block-geofresco-account-menu .menubar {
right: 3.25rem; position: absolute;
z-index: 40; right: 3.25rem;
top: 2.5rem; z-index: 40;
top: 2.5rem;
}
} }
// Featured images on article pages // Featured images on article pages