Skip to content

Commit

Permalink
fix: Body Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcanfield committed May 30, 2023
1 parent 6c5ab6d commit 669d2d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templateApp/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -41,6 +40,7 @@ html * {
)
rgb(var(--background-start-rgb));
}

.view-item {
margin-top: 10px;
background-color: #d8dedf;
Expand Down

0 comments on commit 669d2d3

Please sign in to comment.