From b50a8044fa3620c424f0c9c6ba152685b12b85e0 Mon Sep 17 00:00:00 2001 From: Alyssa Wang Date: Thu, 21 Dec 2023 13:10:20 -0500 Subject: [PATCH] remove margin from body --- lib/inferno/apps/web/index.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/inferno/apps/web/index.html.erb b/lib/inferno/apps/web/index.html.erb index ffbd0e9e7..62023be5f 100644 --- a/lib/inferno/apps/web/index.html.erb +++ b/lib/inferno/apps/web/index.html.erb @@ -34,6 +34,9 @@ display: none; } } + body { + margin: 0; + } .wrapper { height: 100%; display: flex;