From 9e9dd96114604303a3d15d688783101806a4a54d Mon Sep 17 00:00:00 2001 From: alireza Date: Mon, 1 Jun 2026 10:40:56 +0330 Subject: [PATCH] =?UTF-8?q?Fix=20mobile=20grid=20overrides=20=E2=80=94=20r?= =?UTF-8?q?emove=20inline=20gridTemplateColumns=20blocking=20Tailwind=20br?= =?UTF-8?q?eakpoints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home/sections/PartnersSection.tsx | 1 + src/pages/Home/sections/PlansSection.tsx | 11 +++-------- src/pages/Home/sections/RiskSection.tsx | 1 + src/pages/Home/sections/SnapshotBar.tsx | 6 +----- 4 files changed, 6 insertions(+), 13 deletions(-) diff --git a/src/pages/Home/sections/PartnersSection.tsx b/src/pages/Home/sections/PartnersSection.tsx index e61443e..8fed39a 100644 --- a/src/pages/Home/sections/PartnersSection.tsx +++ b/src/pages/Home/sections/PartnersSection.tsx @@ -117,6 +117,7 @@ export default function PartnersSection() { >
{/* Left: description */}
@@ -260,12 +259,8 @@ function EnterpriseCard() { {/* Right: feature grid */}
{enterpriseFeatures.map(f => (
diff --git a/src/pages/Home/sections/RiskSection.tsx b/src/pages/Home/sections/RiskSection.tsx index 45dbe1f..406a22b 100644 --- a/src/pages/Home/sections/RiskSection.tsx +++ b/src/pages/Home/sections/RiskSection.tsx @@ -189,6 +189,7 @@ export default function RiskSection() { {/* ── Editorial header ── */}
{prices.map((price, idx) => { const isLast = idx === prices.length - 1