From a58ad0619040115dea1cc2b7f9198f1aab60c930 Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Fri, 17 Jul 2026 22:58:55 -0700 Subject: [PATCH] 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 --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 6d182fc..45b7a01 100644 --- a/static/style.css +++ b/static/style.css @@ -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; }