Skip to content

Commit

Permalink
Add fixed height and width to body
Browse files Browse the repository at this point in the history
  • Loading branch information
c8in4 committed Jun 5, 2024
1 parent d133044 commit c776f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body {
font-size: 1.6rem;
font-family: "OpenSans", Arial, Helvetica, sans-serif;
height: 100dvh;
/* width: 100%; */
width: 100dvw;
margin: 0;
}

Expand Down

0 comments on commit c776f00

Please sign in to comment.