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:
Eryn Wells 2024-11-16 09:40:50 -08:00
parent 08e787b1d9
commit 3842e25fa0

View file

@ -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;
}
}