Skip to content

Commit

Permalink
Add padding-bottom to body
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki committed Aug 31, 2019
1 parent 5cdaaf2 commit f6a1d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const GlobalStyle = createGlobalStyle`
margin: auto;
width: 100%;
font-size: 16px;
padding-top: 100px;
padding-top: 50px;
padding-bottom: 50px;
color: #000;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeSpeed;
Expand Down

0 comments on commit f6a1d26

Please sign in to comment.