From 3e407f54600fb93add95ddd464bde4bc03e2be06 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Mon, 27 Jul 2026 13:09:48 +0200 Subject: [PATCH] Allow page headers to use wide breakout layout --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f62898f..d3abc54 100644 --- a/style.css +++ b/style.css @@ -408,12 +408,13 @@ h4 { margin-bottom: 1.3em; } -/* Keep prose readable while allowing selected post elements to escape its measure. */ +/* Keep prose readable while allowing selected page and post identity elements to escape its measure. */ .entry-content > .alignwide, +.page-header, .single .entry-header, .single .entry-thumbnail, .single .entry-footer { - /* Article identity and featured media use the same breakout geometry as a Wide Gutenberg block. */ + /* Page/article identity and featured media use the same breakout geometry as a Wide Gutenberg block. */ width: min(var(--wide), calc(100vw - 3rem)); max-width: none; margin-left: 50%;