Enlarge logo mark to match the wordmark cap height
The screenshot showed the 26px mark still reading small — the house
spanned only the wordmark's x-height — and sitting slightly low from the
earlier 1px nudge. Bump to 32px so the house reaches the wordmark cap
height, and drop the nudge so it centres cleanly.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011SDkz6ft4rhf4WekytP8jc
diff --git a/public/app.css b/public/app.css
index 4ce426e..f05ce17 100644
--- a/public/app.css
+++ b/public/app.css
@@ -111,13 +111,9 @@ body {
}
.logo-mark {
- width: 26px; height: 26px;
+ width: 32px; height: 32px;
flex: none;
display: block;
- /* Optical nudge: the lowercase serif wordmark's visual mass sits below
- the line-box centre, so drop the mark to sit with it. */
- position: relative;
- top: 1px;
}
.logo-mark svg {
display: block;