Nudge the header mark up 2px within the lockup (#175)
Optical correction chosen from an A/B: the tile centers on the wordmark's cap height instead of the full line box. Claude-Session: https://claude.ai/code/session_01KdTZCjpLeD26ZbXe6ApjpR
This commit is contained in:
parent
49d54e12d6
commit
a58ad06190
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ header {
|
|||
display: inline-flex;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
top: -2px; /* optical: tile centers on the wordmark's cap height */
|
||||
}
|
||||
.logo svg { width: 28px; height: 28px; display: block; }
|
||||
h1 { margin: 0; font-size: 22px; letter-spacing: -0.02em; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue