From e516d67a58c76e458991d19fe5861faad2beafa7 Mon Sep 17 00:00:00 2001 From: Kalprajsinh Date: Sat, 21 Dec 2024 00:04:16 +0530 Subject: [PATCH] fix:#3494 alignment of case study cards --- components/CaseStudyCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/CaseStudyCard.tsx b/components/CaseStudyCard.tsx index 7b6bad8dadb..49050a4846e 100644 --- a/components/CaseStudyCard.tsx +++ b/components/CaseStudyCard.tsx @@ -19,11 +19,11 @@ export default function CaseStudyCard({ studies = [] }: ICaseStudyCardProps) { } return ( -
+
{studies.map((study, index) => (