Get the slogan to show up again

This commit is contained in:
Benjamin Melançon 2019-08-08 21:23:37 -04:00
parent 90ae93bd00
commit f912b560cd

View file

@ -24,6 +24,12 @@
}
}
// 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 {