forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
135d4785ff
commit
93221e3f53
|
@ -8,17 +8,6 @@
|
|||
background: url(/images/logo_back_full.svg);
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 1rem;
|
||||
padding-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
main {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
form label {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{{ define "title" }}
|
||||
<!-- {{ .Title }} -->
|
||||
{{ if .Content }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user