Expand taxonomy and post metadata typography
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user