From fb9c1d6f2989155b5607b8cd14e05c8e8800f955 Mon Sep 17 00:00:00 2001 From: Dietrich Date: Sun, 7 Feb 2021 20:42:00 +0100 Subject: [PATCH] redesign headline --- static/admin.css | 5 +++++ templates/admin.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/admin.css b/static/admin.css index 0ebc03a..1ae20e5 100644 --- a/static/admin.css +++ b/static/admin.css @@ -45,4 +45,9 @@ nav li:last-child { } svg { width: 100px; +} + +div.welcome { + text-align: right; + font-size: 24pt; } \ No newline at end of file diff --git a/templates/admin.html b/templates/admin.html index 132a535..327a4d8 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -16,7 +16,7 @@
-

Herzlich willkommen {{ name }}!

+
Herzlich willkommen {{ name }}!
{% block admin %} {% endblock %}