Skip to content

Commit

Permalink
Normalized the size of HDI logo in mobile UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sahitya-chandra committed Dec 29, 2024
1 parent 160a462 commit 26f01ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sponsors/SilverSponsorsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Silversponsors: SponsorType[] = [
website: 'https://www.hdi.global/',
altText: 'HDI',
imageSrc: '/img/sponsors/hdi_logo.png',
imageClass: 'inline-block sm:h-9'
imageClass: 'inline-block h-20 sm:h-9'
},
{
name: 'Route4Me',
Expand Down

0 comments on commit 26f01ea

Please sign in to comment.