diff --git a/src/components/home/ProductsSection.tsx b/src/components/home/ProductsSection.tsx index ebdc07a..4a4ef04 100644 --- a/src/components/home/ProductsSection.tsx +++ b/src/components/home/ProductsSection.tsx @@ -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))); }