From d24e5ef8413fe22a2a0a5fad01a0ac451783d1e1 Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Fri, 17 Jul 2026 22:45:17 -0700 Subject: [PATCH] Revert "Raise the header mark 4px relative to the wordmark (#172)" (#173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b4559d6421225dd5b5810e8e8a5c992c47f0f37d — the mark returns to center alignment against the title block. Claude-Session: https://claude.ai/code/session_01KdTZCjpLeD26ZbXe6ApjpR --- static/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/style.css b/static/style.css index ac44f7f..e8b236f 100644 --- a/static/style.css +++ b/static/style.css @@ -70,8 +70,6 @@ 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; }