remove stupid spacer

This commit is contained in:
2026-06-16 19:55:38 +02:00
parent af4ff18917
commit c1fe73dbd0

View File

@@ -111,11 +111,6 @@ export default function ProjectsPage() {
<div className="pt-5" /> <div className="pt-5" />
</div> </div>
))} ))}
{/* 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. */}
<div aria-hidden className="h-[70dvh] shrink-0" />
</ScrollArea> </ScrollArea>
); );
} }