From d8342135efec6be462c42e80096926a91732de74 Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:17:10 +0100 Subject: [PATCH] Add Maintenance support --- css/style.css | 4 ++++ index.php | 1 + 2 files changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 653baee..92cae2c 100644 --- a/css/style.css +++ b/css/style.css @@ -91,4 +91,8 @@ p.flash_info { div.flash_info { justify-content:left; display: flex; +}; + +h1.maintenance { + align-self: center }; \ No newline at end of file diff --git a/index.php b/index.php index 37cf106..c3acd68 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,7 @@