From 61da699a4ae9dbd790d16edf9732087c7a1e7db6 Mon Sep 17 00:00:00 2001 From: NotSoToothless <67082114+FURRO404@users.noreply.github.com> Date: Sun, 7 Jun 2026 19:42:05 -0700 Subject: [PATCH] I HATE AI WEBSITE SLOPS (#1312) --- web/views/timeline.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/views/timeline.ejs b/web/views/timeline.ejs index b4886fb..b5feacb 100644 --- a/web/views/timeline.ejs +++ b/web/views/timeline.ejs @@ -106,11 +106,11 @@ @media (min-width: 1024px) { .timeline { - margin-top: 18vh; + margin-top: 12vh; } .timeline-grid { grid-template-columns: repeat(3, 1fr); - gap: 8rem 2.5rem; + gap: 10rem 3.75rem; align-items: start; } .timeline-card {