diff --git a/frontend/src/routes/onthisday/+page.svelte b/frontend/src/routes/onthisday/+page.svelte index 6023ee1..75fdcb1 100644 --- a/frontend/src/routes/onthisday/+page.svelte +++ b/frontend/src/routes/onthisday/+page.svelte @@ -129,8 +129,8 @@ /* year lives here (off the image) — "IN HISTORY" top-aligned beside a big "2013". Green (matching the date) so both greens on this line tie in the green Read-more button. */ - .year-block { display: inline-flex; align-items: flex-start; gap: 11px; flex: none; } - .yb-label { font-family: 'Hanken Grotesk', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #3a7d5b; line-height: 1; margin-top: 4px; } + .year-block { display: inline-flex; align-items: flex-start; gap: 7px; flex: none; } + .yb-label { font-family: 'Hanken Grotesk', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #3a7d5b; line-height: 1; margin-top: 9px; } .yb-year { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: clamp(34px, 5.5vw, 46px); line-height: 0.86; color: #2c5d44; } .hero {