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