fix: hide scroll-indicator on mobile to prevent overlap with hero terminal #85

Merged
rafaga21 merged 1 commits from fix/policy-container-width into master 2026-06-14 07:16:46 -04:00

View File

@@ -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; }
}
</style>