From 90bf411e0cf3ba77843dfebfc57b247d5a1f4fd9 Mon Sep 17 00:00:00 2001 From: Gronod Date: Sun, 17 May 2026 21:16:36 +0100 Subject: [PATCH] Increased size of logo to 64px 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 bf82684..b25dad3 100644 --- a/public/style.css +++ b/public/style.css @@ -886,8 +886,8 @@ body { } .title-logo { - width: 40px; - height: 40px; + width: 64px; + height: 64px; display: block; flex-shrink: 0; }