Skip to content

Commit

Permalink
make the body fill the page
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Jun 7, 2024
1 parent 5d308a3 commit 208a1ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ body {
font-family: "Ubuntu";
background: var(--page-background);
overflow-x: hidden;
height: 100vh;
width: 100vw;
}

.header {
Expand Down

0 comments on commit 208a1ef

Please sign in to comment.