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
|
<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) => {
|
||||||
|
|
Reference in a new issue