Raise the header mark 4px relative to the wordmark (#172)

Optically aligns the tile with the wordmark's cap height instead of
dead-center against the title block.

Claude-Session: https://claude.ai/code/session_01KdTZCjpLeD26ZbXe6ApjpR
This commit is contained in:
Emi Griffith 2026-07-17 22:43:18 -07:00 committed by GitHub
parent e58776fba6
commit b4559d6421

View file

@ -70,6 +70,8 @@ header {
display: inline-flex;
align-items: center;
flex-shrink: 0;
position: relative;
top: -4px; /* optically align the mark with the wordmark's cap height */
}
.logo svg { width: 28px; height: 28px; display: block; }
h1 { margin: 0; font-size: 22px; letter-spacing: -0.02em; }