From a1acac147945b6b19cd0804db65eb3e5fc9d6c09 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Thu, 12 Jan 2023 19:43:28 +0000 Subject: [PATCH] remove width 100vw in app css class --- frontend/src/style/app.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/style/app.scss b/frontend/src/style/app.scss index 6d129dcd8..d0604040e 100644 --- a/frontend/src/style/app.scss +++ b/frontend/src/style/app.scss @@ -1,7 +1,6 @@ @use "colors" as c; .app { - width: 100vw; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto;