From 2de936d9950b424088141afa0827dfdd2b99443c Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 1 Sep 2026 17:10:44 +0200 Subject: [PATCH] Hero paragraph centers its measure box max-width: 46ch without auto margins left-anchored the box inside the centered column; the text centered in the wrong frame. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ --- style/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/main.css b/style/main.css index 8e2babe..2814b05 100644 --- a/style/main.css +++ b/style/main.css @@ -193,6 +193,10 @@ main.not-found { color: var(--ink-dim); font-size: 1.05rem; max-width: 46ch; + /* The measure cap shrinks the box below the copy column; without + auto margins the box left-anchors and its centered text centers + in the wrong frame. */ + margin-inline: auto; } /* A content-shipped hero module (site.yaml hero.kind: module) draws