fix styling of menu

This commit is contained in:
Niko Abeler 2022-12-03 16:33:30 +01:00
parent 1f0856602a
commit 0d5e6599cf
1 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@
<style>
header {
background-color: {{.User.Config.HeaderColor}};
padding-bottom: 1rem !important;
}
footer {
@ -87,7 +88,8 @@
{{ end }}
</div>
</div>
</div>
<div class="container">
<nav>
<ul>
{{ range $link := .User.Config.HeaderMenu }}