From d537062a967dcb8ab692105df835f85773756ce7 Mon Sep 17 00:00:00 2001 From: q9i <46249765+quantum9Innovation@users.noreply.github.com> Date: Sat, 2 Sep 2023 20:53:38 -0700 Subject: [PATCH] Fix body width --- public/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.css b/public/index.css index 5a099a9..59b8c17 100644 --- a/public/index.css +++ b/public/index.css @@ -6,7 +6,7 @@ body { padding-top: 50px; - width: 100%; + width: 100vw; min-height: 100vh; background: linear-gradient(180deg, #00152b 0%, #4d89ea 50%, #55cc55 100%); }