From f7d21a60cd209b005cf0566efe6ab3d714187740 Mon Sep 17 00:00:00 2001 From: AMAN MAHESHWARI <98646204+Amanmahe@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:29:02 +0530 Subject: [PATCH] Update Steps.tsx --- src/components/Steps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Steps.tsx b/src/components/Steps.tsx index 0128f08..8e43716 100644 --- a/src/components/Steps.tsx +++ b/src/components/Steps.tsx @@ -84,7 +84,7 @@ const Steps: React.FC = () => { height={300} src={item.image} layout="responsive" - className="rounded-xl md:w-[40vh] lg:w-[60vh] 2xl:w-[50vh] w-full object-contain h-auto" + className="rounded-xl md:max-h-[50vh] lg:max-h-[40vh] 2xl:w-[50vh] w-full object-contain h-auto" /> )}