From e45fa59d551a7b04f227ec411a508dc77c7a6680 Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:20:35 +0100 Subject: [PATCH] Maintenance support --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 92cae2c..4f6060b 100644 --- a/css/style.css +++ b/css/style.css @@ -94,5 +94,8 @@ div.flash_info { }; h1.maintenance { - align-self: center + position: absolute; + left: 0px; + top: 0px; + z-index: -1; }; \ No newline at end of file