Remove body margin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Victor LABORIE 2019-04-29 17:53:25 +02:00
parent 697b63e017
commit e66377ecb6

View file

@ -12,6 +12,7 @@
body {
width: 100vw;
height: 100vh;
margin: 0;
display: flex;
display: -ms-flex;
display: -webkit-flex;