body size back to viewport units

This commit is contained in:
Gustavo Fuhr 2022-07-14 14:49:59 -03:00
parent 02a809ec34
commit 8e2b006efc

View File

@ -10,11 +10,10 @@ html {
}
body {
position:fixed;
bottom: 0px;
top: 0px;
left: 0px;
right: 0px;
width: 100vw;
height: 100vh;
min-width: 100vw;
min-height: 100vh;
margin: 0px;
}