Skip to content

Commit

Permalink
card widths
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Jul 5, 2023
1 parent 4de345d commit b1437c5
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/sections/home/integrators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ export const Integrators = ({ sortList }: IntegratorsProps) => {
uri={uri}
tag={tag}
mb={{ base: '16px' }}
mr={{ lg: '16px' }}
p={{ base: '24px' }}
width={{
base: '48.5%',
md: '48.5%',
lg: 'calc(32% - 12px)',
xl: 'calc(24% - 12px)',
base: 'calc(50% - 10px)',
lg: 'calc(33% - 10.85px)',
xl: 'calc(25% - 16px)',
}}
minHeight={{ md: '270px' }}
/>
Expand All @@ -68,13 +66,11 @@ export const Integrators = ({ sortList }: IntegratorsProps) => {
uri={'/kwenta.svg'}
tag={'Perps'}
mb={{ base: '16px' }}
mr={{ lg: '16px' }}
p={{ base: '24px' }}
width={{
base: '48.5%',
md: '48.5%',
lg: 'calc(32% - 12px)',
xl: 'calc(24% - 12px)',
base: 'calc(50% - 10px)',
lg: 'calc(33% - 10.85px)',
xl: 'calc(25% - 16px)',
}}
minHeight={{ md: '270px' }}
opacity={0}
Expand Down

0 comments on commit b1437c5

Please sign in to comment.