Increase header logo size from 44px to 64px
deploy / deploy (push) Successful in 4s

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 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 17:45:23 -04:00
parent 4d0b976c18
commit 911dacb1b2
+1 -1
View File
@@ -94,7 +94,7 @@ header.site .brand {
text-decoration: none;
}
header.site .brand img {
height: 44px;
height: 64px;
width: auto;
display: block;
}