Allow page headers to use wide breakout layout

This commit is contained in:
2026-07-27 13:09:48 +02:00
parent cca49d875c
commit 3e407f5460
+3 -2
View File
@@ -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%;