Skip to content

Commit 4b22282

Browse files
style(HubHero): add spacing to content at small viewports
1 parent f30f775 commit 4b22282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hero/HubHero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const HubHero = ({
3535
}}
3636
/>
3737
<Stack
38-
spacing={{ base: "3", md: "4" }}
38+
spacing="4"
3939
p={{ base: "4", lg: "8" }}
4040
textAlign={{ base: "center", xl: "start" }}
4141
borderRadius={{ xl: "base" }}

0 commit comments

Comments
 (0)