From 7a74652af633fc2a300d4f36837f5e628cb15c83 Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:23:20 +0100 Subject: [PATCH] Fixe Flash Info --- css/style.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/css/style.css b/css/style.css index 4f6060b..43bbead 100644 --- a/css/style.css +++ b/css/style.css @@ -74,7 +74,7 @@ div.footer { } img.flash_info { - display: flex; + display: inline; width: 128px; transition: 0.4s; }; @@ -84,15 +84,6 @@ img.flash_info:hover { width: 800px }; -p.flash_info { - display: flex; -}; - -div.flash_info { - justify-content:left; - display: flex; -}; - h1.maintenance { position: absolute; left: 0px;