From 18f4a4e8de0224a920761eb411557dacdd350da9 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 14 Jun 2026 21:05:19 +0000 Subject: [PATCH] Reduce logo to 75px desktop / 50px mobile; increase title font by 3pt --- misc/header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/header.html b/misc/header.html index 919a150..bfef69a 100644 --- a/misc/header.html +++ b/misc/header.html @@ -26,14 +26,14 @@ }} .logo {{ - width: 120px; + width: 75px; height: auto; display: block; }} .header-title {{ font-family: 'Cormorant Garamond', serif; - font-size: 42px; + font-size: 45px; font-weight: bold; color: {accent_color}; margin: 0; @@ -82,7 +82,7 @@ @media (max-width: 768px) {{ .header-title {{ - font-size: 28px; + font-size: 31px; }} .header-title::before, @@ -92,7 +92,7 @@ }} .logo {{ - width: 110px; + width: 50px; }} .header-description {{