Attempt to apply only on mobile
This commit is contained in:
parent
6bbc5e116c
commit
90ae93bd00
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue