Removed margin from body on starter

This commit is contained in:
Brad Traversy 2020-10-05 18:06:09 -04:00
parent 6c84e7ec4e
commit 4d537398a4

View File

@ -12,4 +12,5 @@ body {
justify-content: center; justify-content: center;
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
margin: 0;
} }