Page Summary: Adjust spacing around page dates

This commit is contained in:
Eryn Wells 2024-07-03 07:38:47 -07:00
parent 5cf12c7a39
commit c735de67d9

View file

@ -3,12 +3,21 @@
**************************/
.page-summary {
&:not(:first-child) {
margin-block-start: var(--space-xl);
}
&:not(:last-child) {
margin-block-end: var(--space-l);
margin-block-end: var(--space-xl);
}
.page-summary__date {
font-family: var(--font-family-heading);
font-weight: normal;
}
.page-summary__title {
margin-block: 0 var(--space-xs);
margin-block: 0;
}
.page-summary__subtitle {