We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fc13f commit f278105Copy full SHA for f278105
1 file changed
src/screens/mainFlow/contents/projects/ProjectItem.tsx
@@ -75,7 +75,7 @@ const ProjectItem = ({
75
};
76
return (
77
<HStack width={'100%'} px={32} zIndex={100}>
78
- <VStack width={'50%'} justifyContent={'center'}>
+ <VStack width={'40%'} justifyContent={'center'}>
79
<Carousel
80
axis="horizontal"
81
dynamicHeight
@@ -94,7 +94,7 @@ const ProjectItem = ({
94
))}
95
</Carousel>
96
</VStack>
97
- <CardSpotlight>
+ <CardSpotlight style={{ width: '55%' }}>
98
<VStack
99
width={'100%'}
100
height={'55vh'}
0 commit comments