Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brant Ashe committed May 29, 2024
1 parent f467df8 commit c972e08
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@
box-sizing: border-box;
}

html {
html,
body {
height: 100svh;
overflow: hidden;
margin: 0;
padding: 0;
}

html {
color: var(--content);
font-size: 14px;
}

body {
height: 100svh;
overflow: hidden;
background: #1e1d2d;
}

Expand Down

0 comments on commit c972e08

Please sign in to comment.