From c9752065d5c370d805fb8e3bc5a8b4de014ff4fa Mon Sep 17 00:00:00 2001 From: aksylumoed Date: Thu, 8 Feb 2024 00:15:04 +0100 Subject: [PATCH] Fix index.html styling --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b3a66117..a262157a 100644 --- a/style.css +++ b/style.css @@ -191,7 +191,7 @@ body { } .logo-image { - bottom: 20px; + margin-top: 20px; max-width: 70%; }