Add additional padding under home carousels

This commit is contained in:
jeffvli 2023-05-20 23:13:57 -07:00
parent 292737d53c
commit 30dc833b79

View file

@ -137,10 +137,11 @@ const HomeRoute = () => {
> >
<Box <Box
ref={cq.ref} ref={cq.ref}
mb="5rem"
pt={windowBarStyle === Platform.WEB ? '5rem' : '3rem'} pt={windowBarStyle === Platform.WEB ? '5rem' : '3rem'}
px="2rem" px="2rem"
> >
<Stack spacing={35}> <Stack spacing="lg">
<FeatureCarousel data={featureItemsWithImage} /> <FeatureCarousel data={featureItemsWithImage} />
{carousels {carousels
.filter((carousel) => { .filter((carousel) => {