Skip to content

Commit

Permalink
add margin container to allow scroll down a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
alankilalank committed Mar 15, 2020
1 parent c6d9349 commit 9546f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const GlobalStyles = createGlobalStyle`
}
.container {
max-width: 800px;
margin: 0 auto;
margin: 0px auto 8rem auto;
min-height: 100vh;
}
.center-text {
Expand Down

1 comment on commit 9546f53

@vercel
Copy link

@vercel vercel bot commented on 9546f53 Mar 15, 2020

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.