From 2ed585029b4883a709cf6c2ff3b62fcfe78e7fe6 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 30 Jun 2026 21:36:40 -0400 Subject: [PATCH] feat: add standard nav->content top rhythm (56px) Content region gets a shared top padding on .page > main so every consuming site has the same nav-to-content gap (matches newerror's .about spacing). When newerror adopts the submodule, its per-page-type top paddings become deltas over this baseline. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01C96hwEU9cM7mJpqATiv7R5 --- base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.css b/base.css index ab8ce51..827b10b 100644 --- a/base.css +++ b/base.css @@ -97,7 +97,7 @@ a { color: inherit; } padding-inline: var(--pad); } .page { min-height: 100vh; display: flex; flex-direction: column; } -.page > main { flex: 1 0 auto; } +.page > main { flex: 1 0 auto; padding-top: 56px; } /* standard nav->content rhythm */ /* ===================================================================== Top navigation