From 0bcaf6bc2cad2f7d6fe8bd70dd42ebdced61e398 Mon Sep 17 00:00:00 2001 From: Gronod Date: Sun, 17 May 2026 21:21:16 +0100 Subject: [PATCH] fix: correct width typo 56x -> 56px --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 021024a..4405222 100644 --- a/public/style.css +++ b/public/style.css @@ -886,7 +886,7 @@ body { } .title-logo { - width: 56x; + width: 56px; height: 56px; display: block; flex-shrink: 0;