From 543c5f4b2a2cbaa528ed6f77fb7e59b1cd53d2e6 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 7 Mar 2026 18:07:39 +0200 Subject: [PATCH] Small tweak to site logo CSS --- app/components/layout/index.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/layout/index.module.css b/app/components/layout/index.module.css index d8ace9a88..84c7bfd25 100644 --- a/app/components/layout/index.module.css +++ b/app/components/layout/index.module.css @@ -60,7 +60,7 @@ } .siteLogoS { - font-size: 15px; + font-size: 14px; position: relative; top: -4px; } @@ -68,7 +68,7 @@ .siteLogoInk { font-size: 12px; position: relative; - top: 5px; + bottom: -4px; } .siteLogo:focus-visible {