From e7db5b69f8777bcb27a75e5c7c461e19fffcd5e1 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 30 Jul 2020 16:18:00 -0400 Subject: [PATCH] body padding --- app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.css b/app.css index 3dfe907..2de5bf1 100644 --- a/app.css +++ b/app.css @@ -3,6 +3,8 @@ html, body { } body { + padding: 0; + margin: 0; font-size: 10vw; font-family: Arial; display: flex;