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
iGor milhit 2024-10-30 17:04:47 +01:00
parent 61c2446bdd
commit 47ccca91d1
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 6 additions and 1 deletions

View File

@ -31,5 +31,10 @@
} }
.header-navigation {
width: 100%;
justify-content: space-evenly;
}
} }
} }

View File

@ -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">