mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-31 00:37:45 +02:00
Make header navigation HTML whitespace tolerant
This commit is contained in:
parent
d72ea2b527
commit
e3d6e0f8bb
2 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,11 @@
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header__navigation {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
a.header__link {
|
a.header__link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 $header_spacing;
|
padding: 0 $header_spacing;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.hide-mobile
|
.hide-mobile.header__navigation
|
||||||
.dropdown.header__dropdown
|
.dropdown.header__dropdown
|
||||||
a.header__link href="/images"
|
a.header__link href="/images"
|
||||||
| Images
|
| Images
|
||||||
|
|
Loading…
Add table
Reference in a new issue