From 867e86615e62346cca6c31415e77e5f0865b705f Mon Sep 17 00:00:00 2001 From: Gronod Date: Sun, 17 May 2026 21:13:03 +0100 Subject: [PATCH] fix: increase header logo to 40px, use 192px source for crispness --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 20bb4be..bf82684 100644 --- a/public/style.css +++ b/public/style.css @@ -886,8 +886,8 @@ body { } .title-logo { - width: 28px; - height: 28px; + width: 40px; + height: 40px; display: block; flex-shrink: 0; }