Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
remove body margin
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh committed Oct 9, 2017
1 parent a097d98 commit 1c88f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Page extends Document {
/>
</Head>
<style jsx global>{`
@import url(https://mcan.sh/assets/fonts/Gotham/gotham.css);
@import url('https://mcan.sh/assets/fonts/Gotham/gotham.css');
* {
box-sizing: border-box;
font-weight: 300;
Expand All @@ -88,6 +88,7 @@ class Page extends Document {
align-items: center;
line-height: 1.35;
text-align: center;
margin: 0;
}
`}</style>
<body>
Expand Down

0 comments on commit 1c88f4f

Please sign in to comment.