Skip to content

Commit

Permalink
fix padding (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
farisashai authored Feb 27, 2022
1 parent 60620e7 commit cdcdbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MyApp = ({ Component, pageProps }) => (
margin: `0 auto`,
maxWidth: 960,
minHeight: 960,
padding: `81px 0`,
padding: `85px 0`,
}}
>
<main>
Expand Down

1 comment on commit cdcdbd7

@vercel
Copy link

@vercel vercel bot commented on cdcdbd7 Feb 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.