Skip to content

Commit

Permalink
Merge pull request #77 from ConducereIT/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
cristim67 authored May 2, 2024
2 parents 4e7b264 + 3183b84 commit 570f50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Sponsors.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Sponsors: React.FC<SponsorsProps> = ({ sponsors, grid, title }) => {
>
<a href={sponsor.link} target="_blank" rel="noopener noreferrer">
<img
className="object-cover hover:scale-110 duration-300"
className="object-cover scale-75 hover:scale-95 duration-300"
src={sponsor.image}
alt="Sponsor"
loading="lazy"
Expand Down

0 comments on commit 570f50c

Please sign in to comment.