fix styling of menu
This commit is contained in:
parent
1f0856602a
commit
0d5e6599cf
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue