From 9f764998a875cf7d8cd26798d69651b2ece9731b Mon Sep 17 00:00:00 2001 From: Gronod Date: Sun, 17 May 2026 21:19:01 +0100 Subject: [PATCH] fix: Reduced size of logo to 56px for better balance --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index b25dad3..021024a 100644 --- a/public/style.css +++ b/public/style.css @@ -886,8 +886,8 @@ body { } .title-logo { - width: 64px; - height: 64px; + width: 56x; + height: 56px; display: block; flex-shrink: 0; }