From 4d537398a4cfda6d89acb350d7ee232f43f3e385 Mon Sep 17 00:00:00 2001 From: Brad Traversy Date: Mon, 5 Oct 2020 18:06:09 -0400 Subject: [PATCH] Removed margin from body on starter --- _project_starter_/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_project_starter_/style.css b/_project_starter_/style.css index f2a2aac..ec80c4b 100644 --- a/_project_starter_/style.css +++ b/_project_starter_/style.css @@ -12,4 +12,5 @@ body { justify-content: center; height: 100vh; overflow: hidden; + margin: 0; }