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