From c31f0d53d5c8117a5467a566651d7f1df359e680 Mon Sep 17 00:00:00 2001 From: xbrzee Date: Mon, 30 Mar 2026 16:32:07 +0545 Subject: [PATCH] fix:fix padding and margin in CardDark.tsx and CardLight.tsx --- frontend/src/app/assets/images/NewSupportIdea.tsx | 4 ++-- .../src/app/components/BenefitsOfParticipating/CardDark.tsx | 2 +- .../app/components/BenefitsOfParticipating/CardLight.tsx | 6 +++--- frontend/src/app/sections/Benefits/BenefitsCard.tsx | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/assets/images/NewSupportIdea.tsx b/frontend/src/app/assets/images/NewSupportIdea.tsx index 2ede494..0a36202 100644 --- a/frontend/src/app/assets/images/NewSupportIdea.tsx +++ b/frontend/src/app/assets/images/NewSupportIdea.tsx @@ -1,8 +1,8 @@ import { ReactElement } from "react"; export default function NewSupportIdeaSVG({ - height = 200, - width = 210, + height = 124, + width = 113, className = "", }: { height?: number; diff --git a/frontend/src/app/components/BenefitsOfParticipating/CardDark.tsx b/frontend/src/app/components/BenefitsOfParticipating/CardDark.tsx index 3f957db..a6d3095 100644 --- a/frontend/src/app/components/BenefitsOfParticipating/CardDark.tsx +++ b/frontend/src/app/components/BenefitsOfParticipating/CardDark.tsx @@ -30,7 +30,7 @@ const borderClass = bordercolour ? "secondary-border-background" : "primary-bord
{title}
-
+
{description}
diff --git a/frontend/src/app/sections/Benefits/BenefitsCard.tsx b/frontend/src/app/sections/Benefits/BenefitsCard.tsx index 8c41528..10128dd 100644 --- a/frontend/src/app/sections/Benefits/BenefitsCard.tsx +++ b/frontend/src/app/sections/Benefits/BenefitsCard.tsx @@ -43,7 +43,8 @@ export default function BenefitsCards() { pgNo="4." svg={} /> +
-
+ ); } \ No newline at end of file