From b3c5f9a4829bf1d3ced11cdd03872b367b7e12e4 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Mon, 27 Jul 2026 11:47:34 +0200 Subject: [PATCH] Expand taxonomy and post metadata typography --- style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 2a24ad7..1471304 100644 --- a/style.css +++ b/style.css @@ -339,7 +339,7 @@ h4 { .taxonomy { color: var(--muted); font-family: "Berkeley Mono", monospace; - font-size: 0.68rem; + font-size: 1rem; letter-spacing: 0.035em; } .entry-meta a, @@ -403,10 +403,12 @@ h4 { margin-bottom: 1.3em; } -/* Keep prose readable while allowing Gutenberg's alignment controls to escape its measure. */ +/* Keep prose readable while allowing selected post elements to escape its measure. */ .entry-content > .alignwide, -.single .entry-thumbnail { - /* A post's featured image uses the same breakout geometry as a Wide Gutenberg block. */ +.single .entry-header, +.single .entry-thumbnail, +.single .entry-footer { + /* 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%; @@ -683,7 +685,7 @@ h4 { border-top: 1px solid var(--line); color: var(--muted); font-family: "Berkeley Mono", monospace; - font-size: 0.68rem; + font-size: 1rem; } .footer-inner { display: flex;