From c1fe73dbd0dda075223b3aabb27b8ca93138b865 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Tue, 16 Jun 2026 19:55:38 +0200 Subject: [PATCH] remove stupid spacer --- src/app/projects/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index b644c51..532c789 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -111,11 +111,6 @@ export default function ProjectsPage() {
))} - {/* Scroll runway: lets the last cards' ScrollTrigger exit points be - reached past the visible area, so on short viewports the second-to-last - card animates out off-screen instead of being frozen mid-exit at the - bottom of the scroll. Tune the height if a card is still caught. */} -
); }