Skip to content

Commit

Permalink
Change body height unit to dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
c8in4 committed May 30, 2024
1 parent 8a75d56 commit a5148ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ body {
color: var(--clr-primary);
font-size: 1.6rem;
font-family: "OpenSans", Arial, Helvetica, sans-serif;
height: 100vh;
width: 100%;
height: 100dvh;
/* width: 100%; */
margin: 0;
outline: 2px solid red;
}

.flex-column {
Expand Down

0 comments on commit a5148ff

Please sign in to comment.