From 911dacb1b2bc86e76e7d56043ebcf2ecc7a4d89e Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 23 Jul 2026 17:45:23 -0400 Subject: [PATCH] Increase header logo size from 44px to 64px Feedback that the banner logo was too small; the display size is set entirely by CSS (source image and Hugo's resize pipeline both have plenty of resolution headroom above 64px). Co-Authored-By: Claude Sonnet 5 --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 21d9a88..f47d741 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -94,7 +94,7 @@ header.site .brand { text-decoration: none; } header.site .brand img { - height: 44px; + height: 64px; width: auto; display: block; }