Add additional padding under home carousels
This commit is contained in:
parent
292737d53c
commit
30dc833b79
1 changed files with 2 additions and 1 deletions
|
@ -137,10 +137,11 @@ const HomeRoute = () => {
|
|||
>
|
||||
<Box
|
||||
ref={cq.ref}
|
||||
mb="5rem"
|
||||
pt={windowBarStyle === Platform.WEB ? '5rem' : '3rem'}
|
||||
px="2rem"
|
||||
>
|
||||
<Stack spacing={35}>
|
||||
<Stack spacing="lg">
|
||||
<FeatureCarousel data={featureItemsWithImage} />
|
||||
{carousels
|
||||
.filter((carousel) => {
|
||||
|
|
Reference in a new issue