remove width 100vw in app css class

This commit is contained in:
mbecker20
2023-01-12 19:43:28 +00:00
parent 805ebe55ce
commit a1acac1479
-1
View File
@@ -1,7 +1,6 @@
@use "colors" as c;
.app {
width: 100vw;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;