Skip to content

Commit 196659f

Browse files
committed
chore: change spacing between elements in footer
1 parent c2bec58 commit 196659f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer/components/DesktopFooter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ const Footer: FC<FooterProps> = ({ pages }) => {
2727
sx={{
2828
borderTop: '1px solid',
2929
borderColor: (theme) => theme.palette.divider,
30-
py: 2,
30+
py: 4,
3131
}}
3232
>
3333
<Container maxWidth="xl">
34-
<Stack spacing={3}>
34+
<Stack spacing={4}>
3535
<Stack direction="row" justifyContent="space-between">
3636
<Logo />
3737
<Button

0 commit comments

Comments
 (0)