Move the user account menu to the left of the hamburger menu on mobile

This commit is contained in:
Benjamin Melançon 2019-08-08 17:38:09 -04:00
parent c262f7becd
commit 27b7bf664b

View file

@ -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 {
width: 100vw;
position: relative;