Skip to content

Commit

Permalink
width and height for mobile devices updated
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Jan 18, 2025
1 parent 9a738a4 commit 6f2675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/cards/TestimonialCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</div>
<div className="mt-2">
Expand Down

0 comments on commit 6f2675d

Please sign in to comment.