updated section style

This commit is contained in:
R-Bharathraj
2026-07-14 16:16:47 +05:30
parent 211d2489e1
commit 6c41c97d44

View File

@@ -653,7 +653,7 @@ export default function ProductsSection({ isLoaded = false }: ProductsSectionPro
}
.products-card {
flex: 0 0 auto;
width: clamp(320px, 90vw, 1280px);
width: clamp(320px, 74vw, 880px);
/* Fill the band between heading and progress bar, capped on huge screens */
height: min(740px, calc(100vh - var(--pt) - var(--pb)));
}