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
|
||||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue