From 80a6960681c18b188cc78d4b4c4cad8701896777 Mon Sep 17 00:00:00 2001 From: NotSoToothless <67082114+FURRO404@users.noreply.github.com> Date: Sun, 7 Jun 2026 20:16:59 -0700 Subject: [PATCH] please (#1317) --- web/views/timeline.ejs | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/web/views/timeline.ejs b/web/views/timeline.ejs index 8a7fe2b..900928b 100644 --- a/web/views/timeline.ejs +++ b/web/views/timeline.ejs @@ -36,6 +36,20 @@ min-height: 100vh; } + /* Hero spacing as page-local CSS, NOT Tailwind utilities: the project + ships a pre-built output.css with unused classes purged, so new + lg:pt-* / lg:pb-* utilities don't exist and silently apply nothing. */ + .timeline-hero { + padding-top: 7rem; /* clears the fixed 64px nav + gap */ + padding-bottom: 2rem; + } + @media (min-width: 1024px) { + .timeline-hero { + padding-top: 7.5rem; + padding-bottom: 3.25rem; /* room between hero text and row 1 */ + } + } + .gradient-text { background: linear-gradient(135deg, #F5F5DC 0%, #90EE90 100%); -webkit-background-clip: text; @@ -111,7 +125,7 @@ @media (min-width: 1024px) { .timeline { - margin-top: 1.5rem; + margin-top: 2.5rem; } .timeline-grid { grid-template-columns: repeat(3, 1fr); @@ -290,7 +304,7 @@ <%- include('partials/nav', { activePage: 'timeline' }) %> -
+

<%= t('timeline.eyebrow') %>

<%= t('timeline.heading') %>