Skip to content

Commit

Permalink
Update Steps.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanmahe authored Nov 15, 2024
1 parent 7292d99 commit f7d21a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
)}
</div>
Expand Down

0 comments on commit f7d21a6

Please sign in to comment.