Merge pull request 'fix: hide scroll-indicator on mobile to prevent overlap with hero terminal' (#85) from fix/policy-container-width into master

Reviewed-on: #85
Reviewed-by: rafaga21 <rafaelminaya20@hotmail.com>
This commit was merged in pull request #85.
This commit is contained in:
2026-06-14 07:16:45 -04:00

View File

@@ -453,6 +453,8 @@ body.auth-page .auth-container {
.features-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; }
.stats-grid { gap: 2rem; } .stats-grid { gap: 2rem; }
.stats-grid .stat-item { min-width: 120px; } .stats-grid .stat-item { min-width: 120px; }
.scroll-indicator { display: none; }
.landing-hero { padding-bottom: 5rem; }
} }
</style> </style>