scss: improve spacing of header navigation
- Improves the spacing of the header navigation item, in order to ease their use. Co-Authored-by: iGor milhit <igor@milhit.ch>dev
parent
61c2446bdd
commit
47ccca91d1
|
@ -31,5 +31,10 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-navigation {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul class="header-navigation">
|
||||||
{{ $currentPage := . -}}
|
{{ $currentPage := . -}}
|
||||||
{{ range sort .Site.Menus.main -}}
|
{{ range sort .Site.Menus.main -}}
|
||||||
<li class="nav-item secondary">
|
<li class="nav-item secondary">
|
||||||
|
|
Loading…
Reference in New Issue