From 6f2675dd31cde367e195b815e9125136c3152299 Mon Sep 17 00:00:00 2001 From: geodevcode Date: Sat, 18 Jan 2025 19:20:48 +0100 Subject: [PATCH] width and height for mobile devices updated --- app/components/cards/TestimonialCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/cards/TestimonialCard.tsx b/app/components/cards/TestimonialCard.tsx index 818131b..ee1c290 100644 --- a/app/components/cards/TestimonialCard.tsx +++ b/app/components/cards/TestimonialCard.tsx @@ -25,7 +25,7 @@ export default function TestimonialCard({ width={100} height={100} priority - className="w-[100px] h-[100px] md:w-[100px] md:h-[100px] object-cover rounded-full" + className="w-[70px] h-[70px] md:w-[100px] md:h-[100px] object-cover rounded-full" />