Skip to content

Commit

Permalink
Logo max width
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 2, 2025
1 parent b9b3460 commit 64f8bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SponsorList/SponsorListByType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const SponsorListByType = ({ items }: { items: SponsorProps[] }) => {
alt={sponsor.name}
width={150}
height={30}
className="object-fit h-full w-auto"
className="object-fit h-full w-auto max-w-48"
/>
</div>
<Typography color="dark">
Expand Down

0 comments on commit 64f8bf8

Please sign in to comment.