ui: style remaining pages

Mostly, this reduces to displaying the short content inside a more narrow block, fitting into the horizontal header and footer limits.
This commit is contained in:
Johannes 2023-07-09 12:27:17 +02:00
parent 826f6597fd
commit 4d7d98feed
10 changed files with 73 additions and 52 deletions

View file

@ -1,5 +1,7 @@
{{define "title"}}Anfrage ausgeführt{{end}}
{{define "content"}}
Deine Anfrage wurde ausgeführt.
<div class="col-md-8 offset-md-2">
Deine Anfrage wurde ausgeführt.
</div>
{{end}}