Get rid of all kinds of crazy CSS in favor of Bulma classes

This commit is contained in:
Benjamin Melançon 2019-08-16 12:39:34 -04:00
parent c95a25824e
commit 6d89d74332
4 changed files with 4 additions and 31 deletions

View file

@ -14,22 +14,6 @@
}
}
// Move the user account menu to the left of the hamburger menu on mobile
@include mobile {
#block-geofresco-account-menu .menubar {
position: absolute;
right: 3.25rem;
z-index: 40;
top: 1.75rem;
}
}
// OK somehow now we need to give the navbar a z-index, any z-index at all,
// or else the slogan is hidden.
.navbar {
z-index: 0;
}
// Featured images on article pages
.featured-image figure.image {