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; } }