From c735de67d9f80946b089552b1de94293dbeacf1e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 3 Jul 2024 07:38:47 -0700 Subject: [PATCH] Page Summary: Adjust spacing around page dates --- assets/css/099_page_summary.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/assets/css/099_page_summary.css b/assets/css/099_page_summary.css index b1680a1..8b3fae7 100644 --- a/assets/css/099_page_summary.css +++ b/assets/css/099_page_summary.css @@ -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 {