Skip to content

Commit

Permalink
fix: agencies logo
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Feb 27, 2025
1 parent 2d0f43f commit 14cc73b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const AgencyCard = ({ agency }: Props) => (
<img
src={agency.logo ?? AgencyPlaceholder}
alt={agency.name}
className="w-full sm:object-cover sm:h-[300px] rounded-lg"
className="sm:object-cover w-auto h-[300px] rounded-lg"
width={300}
height={300}
/>
Expand Down

0 comments on commit 14cc73b

Please sign in to comment.