Get the slogan to show up again
This commit is contained in:
parent
90ae93bd00
commit
f912b560cd
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue