Skip to content

Commit

Permalink
fix(margin): pin margin to 0 in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
copios committed Dec 13, 2018
1 parent 112bf5a commit bf19902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
<style>
html {
height: 100%;
margin: 0;
}
body {
height: 100%;
margin: 0;
}
#app {
height: 100%;
margin: 0;
}
</style>
</head>
Expand Down

0 comments on commit bf19902

Please sign in to comment.