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