From c16236314e2a7d2567afc504b4afce0416e3a4cc Mon Sep 17 00:00:00 2001 From: Agent Date: Sun, 14 Jun 2026 07:16:04 -0400 Subject: [PATCH] fix: hide scroll-indicator on mobile to prevent overlap with hero terminal --- views/pages/landing.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/pages/landing.php b/views/pages/landing.php index 1dbf77a..b5775bf 100644 --- a/views/pages/landing.php +++ b/views/pages/landing.php @@ -453,6 +453,8 @@ body.auth-page .auth-container { .features-grid { grid-template-columns: 1fr; } .stats-grid { gap: 2rem; } .stats-grid .stat-item { min-width: 120px; } + .scroll-indicator { display: none; } + .landing-hero { padding-bottom: 5rem; } }