Skip to content

Commit

Permalink
feat: scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjogo committed Jun 6, 2024
1 parent f1c911c commit 9541982
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@ const ITEMS = [
],
cardClassname:
'min-w-[488px] max-w-[330px] min-h-[152px] sm:min-w-[350px] sm:min-h-[130px] xs:min-w-fit xs:max-w-full',
iconClassname: 'max-w-[330px] sm:min-w-[100%]',
iconClassname: 'max-w-[330px] sm:min-w-[100%] scale-[1.5]',
},
{
title: 'Gold Sponsors',
logos: [
{ icon: Isovalent, url: 'https://isovalent.com/' },
{ icon: Eficode, url: 'https://www.eficode.com/', scale: '80%' },

{ icon: Dynatrace, url: 'https://www.dynatrace.com/' },
{ icon: Akamai, url: 'https://www.akamai.com/', scale: '80%' },
],
Expand Down Expand Up @@ -84,7 +83,7 @@ const ITEMS = [
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
iconClassname: 'max-w-[330px] sm:min-w-[100%] ',
iconClassname: 'max-w-[330px] sm:min-w-[100%] scale-[0.8]',
},
{
title: 'Media & Partners',
Expand Down

0 comments on commit 9541982

Please sign in to comment.