Skip to content

Commit

Permalink
Change percentage size to dvh/dvw
Browse files Browse the repository at this point in the history
  • Loading branch information
mart1d4 committed Oct 10, 2023
1 parent 337c4dd commit f6e4cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CC2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
body {
background-color: #161616d0;
color: #fefefe;
width: 100%;
width: 100dvw;
min-height: 100dvh;
font-size: 16px;
font-family: 'Roboto', sans-serif;
}
Expand Down
3 changes: 2 additions & 1 deletion TM3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
body {
background-color: #161616d0;
color: #fefefe;
width: 100%;
width: 100dvw;
height: 100dvh;
font-size: 16px;
font-family: 'Roboto', sans-serif;
}
Expand Down

0 comments on commit f6e4cda

Please sign in to comment.