From b8ca172ab484e3a2687e1e46f511a0445a925e1f Mon Sep 17 00:00:00 2001 From: pluja Date: Tue, 7 May 2024 23:39:27 +0200 Subject: [PATCH] fix announcement mobile spacing --- src/frontend/templates/index.html | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/frontend/templates/index.html b/src/frontend/templates/index.html index 420aab7..f159628 100644 --- a/src/frontend/templates/index.html +++ b/src/frontend/templates/index.html @@ -1,28 +1,28 @@ {{if .Announcement}} - - - {{if .Announcement.Warning}} - - - - - {{else}} - - - - - - - {{end}} - {{.Announcement.Title}} - - {{.Announcement.Body}} - + + + {{if .Announcement.Warning}} + + + + + {{else}} + + + + + + + {{end}} + {{.Announcement.Title}} + + {{.Announcement.Body}} + {{end}}