Make header navigation HTML whitespace tolerant

This commit is contained in:
Liam 2024-04-27 02:15:45 -04:00
parent d72ea2b527
commit e3d6e0f8bb
2 changed files with 6 additions and 1 deletions

View file

@ -23,6 +23,11 @@
padding-left: 6px;
}
.header__navigation {
display: flex;
flex-wrap: wrap;
}
a.header__link {
display: inline-block;
padding: 0 $header_spacing;

View file

@ -1,4 +1,4 @@
.hide-mobile
.hide-mobile.header__navigation
.dropdown.header__dropdown
a.header__link href="/images"
| Images