Skip to content

Commit db4f219

Browse files
committed
Tweak header and footer spacing
1 parent 60d7f82 commit db4f219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/client/src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const App = () => (
3434
minH='100vh'
3535
display='flex'
3636
flexDirection='column'
37+
gap={4}
3738
>
3839
<Flex
3940
as='header'
@@ -75,7 +76,7 @@ export const App = () => (
7576
alignItems='center'
7677
justifyContent='space-between'
7778
mt='auto'
78-
p={4}
79+
py={8}
7980
>
8081
<Flex gap={4} alignItems='center'>
8182
<Text as='span'>

0 commit comments

Comments
 (0)