mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Add additional padding under home carousels
This commit is contained in:
@@ -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 New Issue
Block a user