From 669d2d31d55988d812faf000ecf901b6d838a132 Mon Sep 17 00:00:00 2001 From: Brandin Canfield Date: Tue, 30 May 2023 16:57:19 -0400 Subject: [PATCH] fix: Body Styling fix --- templateApp/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templateApp/globals.css b/templateApp/globals.css index acf72c4..78c136b 100644 --- a/templateApp/globals.css +++ b/templateApp/globals.css @@ -21,9 +21,8 @@ html * { ); } -.root { - height: 100vh; - width: 100vw; +body { + min-height: 100vh; --border-radius: 12px; --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", @@ -41,6 +40,7 @@ html * { ) rgb(var(--background-start-rgb)); } + .view-item { margin-top: 10px; background-color: #d8dedf;