Updating nav bar to only display when there are menu items in the config file
This commit is contained in:
parent
c1bcf8c340
commit
3675771935
4 changed files with 124 additions and 10 deletions
|
@ -473,7 +473,7 @@ ul.language-select > li {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
header nav {
|
||||
header nav:not(:empty){
|
||||
background: var(--pagination-bg-color);
|
||||
margin-top: 1em;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue