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 {
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;