Move the user account menu to the left of the hamburger menu on mobile
This commit is contained in:
parent
c262f7becd
commit
27b7bf664b
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#block-geofresco-account-menu-menu .menubar {
|
||||||
|
position: absolute;
|
||||||
|
right: 3.25rem;
|
||||||
|
z-index: 40;
|
||||||
|
top: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Featured images on article pages
|
||||||
|
|
||||||
.featured-image figure.image {
|
.featured-image figure.image {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue