Skip to content

Commit f278105

Browse files
committed
feat(): Adding card background
1 parent 47fc13f commit f278105

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/screens/mainFlow/contents/projects/ProjectItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const ProjectItem = ({
7575
};
7676
return (
7777
<HStack width={'100%'} px={32} zIndex={100}>
78-
<VStack width={'50%'} justifyContent={'center'}>
78+
<VStack width={'40%'} justifyContent={'center'}>
7979
<Carousel
8080
axis="horizontal"
8181
dynamicHeight
@@ -94,7 +94,7 @@ const ProjectItem = ({
9494
))}
9595
</Carousel>
9696
</VStack>
97-
<CardSpotlight>
97+
<CardSpotlight style={{ width: '55%' }}>
9898
<VStack
9999
width={'100%'}
100100
height={'55vh'}

0 commit comments

Comments
 (0)