Finally adjust the spacing of the date relative to the page title
This has been bothering me for a little while. The spacing is too big. Squish them together and give it secondary text color so it doesn't compete with the title or body text.
This commit is contained in:
parent
08e787b1d9
commit
3842e25fa0
1 changed files with 2 additions and 1 deletions
|
@ -31,9 +31,10 @@
|
|||
}
|
||||
|
||||
.page-date {
|
||||
color: var(--text-color-secondary);
|
||||
display: block;
|
||||
font-family: var(--font-family-body);
|
||||
font-size: var(--text-s);
|
||||
margin-block: var(--space-paragraph) 0;
|
||||
margin-block: var(--space-xs) 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue