From 6c41c97d444d9f7d69f689f10fa0271d82b1a222 Mon Sep 17 00:00:00 2001 From: R-Bharathraj Date: Tue, 14 Jul 2026 16:16:47 +0530 Subject: [PATCH] updated section style --- src/components/home/ProductsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); }