Expand taxonomy and post metadata typography

This commit is contained in:
2026-07-27 11:47:34 +02:00
parent f8c2feac7b
commit b3c5f9a482
+7 -5
View File
@@ -339,7 +339,7 @@ h4 {
.taxonomy { .taxonomy {
color: var(--muted); color: var(--muted);
font-family: "Berkeley Mono", monospace; font-family: "Berkeley Mono", monospace;
font-size: 0.68rem; font-size: 1rem;
letter-spacing: 0.035em; letter-spacing: 0.035em;
} }
.entry-meta a, .entry-meta a,
@@ -403,10 +403,12 @@ h4 {
margin-bottom: 1.3em; 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, .entry-content > .alignwide,
.single .entry-thumbnail { .single .entry-header,
/* A post's featured image uses the same breakout geometry as a Wide Gutenberg block. */ .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)); width: min(var(--wide), calc(100vw - 3rem));
max-width: none; max-width: none;
margin-left: 50%; margin-left: 50%;
@@ -683,7 +685,7 @@ h4 {
border-top: 1px solid var(--line); border-top: 1px solid var(--line);
color: var(--muted); color: var(--muted);
font-family: "Berkeley Mono", monospace; font-family: "Berkeley Mono", monospace;
font-size: 0.68rem; font-size: 1rem;
} }
.footer-inner { .footer-inner {
display: flex; display: flex;