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
#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