From f7ed77fcaa1e054335d9935e83d02f7ba830e338 Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:24:25 +0100 Subject: [PATCH] Fix Flash Info --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 43bbead..3e7df78 100644 --- a/css/style.css +++ b/css/style.css @@ -74,7 +74,7 @@ div.footer { } img.flash_info { - display: inline; + display: inline-block; width: 128px; transition: 0.4s; };