From 779d2a9c9f9c3cfddd07b46240b8a0bf32b93804 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 1 Feb 2020 11:53:06 +0100 Subject: [PATCH] Hide window margins --- voicegardens/static/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/voicegardens/static/styles.css b/voicegardens/static/styles.css index a104886..a1986ba 100644 --- a/voicegardens/static/styles.css +++ b/voicegardens/static/styles.css @@ -3,6 +3,8 @@ html, body { height: 100%; + margin: 0px; + overflow: hidden; } body {