Skip to content

Commit

Permalink
chore: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Oct 15, 2024
1 parent 618cba2 commit e9201f2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/components/cards/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,20 @@ export function Card({
tabIndex={-1}
_hover={{ outline: 'none' }}
>
<Flex as='figure' direction='column'>
<Flex
as='figure'
h='full'
direction='column'
alignItems='center'
justifyContent='space-between'
>
<Flex
w={{ base: '120px', sm: '180px', md: '200px' }}
m='auto'
mb='7'
direction='column'
position='relative'
alignItems='center'
>
<Box
display={{ base: 'none', md: 'block' }}
Expand Down Expand Up @@ -108,8 +115,10 @@ export function Card({
</Flex>
<Flex
as='figcaption'
h='full'
direction='column'
alignItems='center'
justifyContent='space-between'
textAlign='center'
>
<Box
Expand All @@ -118,7 +127,7 @@ export function Card({
fontSize={{ base: 'xs', sm: 'md' }}
fontWeight='400'
mx='1'
mb='2'
mb='1'
textTransform='uppercase'
sx={{
display: '-webkit-box',
Expand Down

0 comments on commit e9201f2

Please sign in to comment.