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