From 7bab7599e21717b1341de131f9c9a15a42f29857 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 12 Jun 2024 11:27:52 +0200 Subject: Simplified template --- templates/base.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index ae21888..4689ecc 100755 --- a/templates/base.html +++ b/templates/base.html @@ -34,8 +34,14 @@ background: white; line-height: 1.3; font-family: sans-serif; + max-width: 760px; + margin: 0 auto; } + main { margin-bottom: 2em; } + + header { margin-bottom: 1em; } + header nav { display: flex; align-items: center; @@ -123,7 +129,6 @@ .promobox { margin-top: 1em; text-decoration: none; - max-width: 650px; display: inline-block; background: blue; color: white; @@ -159,8 +164,6 @@ RSS - -
{{ block "content" . }}{{ end }}
-- cgit v1.2.3