style(play): remove body margin (#3714)

This commit is contained in:
btea
2021-09-28 11:05:27 -05:00
committed by GitHub
parent abc7d18b4d
commit 9ccecbd81a

View File

@@ -13,6 +13,7 @@ html,
body {
width: 100vw;
height: 100vh;
margin: 0;
#play {
height: 100%;
width: 100%;