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 2950121 commit 5829174
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={400}
src={item.image}
layout="responsive"
className="rounded-xl md:h-[30vh] md:w-[40vh] lg:h-[30vh] lg:w-[60vh] 2xl:h-[38vh] 2xl:w-[50vh] w-full object-contain"
className="rounded-xl md:h-[20vh] md:w-[40vh] lg:h-[20vh] lg:w-[60vh] 2xl:h-[38vh] 2xl:w-[50vh] w-full object-contain"
/>
)}
</div>
Expand Down

0 comments on commit 5829174

Please sign in to comment.