small fixes

This commit is contained in:
teldra 2022-04-05 15:47:23 +02:00
parent 135d4785ff
commit 93221e3f53
2 changed files with 3 additions and 12 deletions

View File

@ -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;

View File

@ -1,5 +1,7 @@
{{ define "title" }}
<!-- {{ .Title }} -->
{{ if .Content }}
<h1>{{ .Title }}</h1>
{{ end }}
{{ end }}
{{ define "main" }}