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 { body {
position:fixed; width: 100vw;
bottom: 0px; height: 100vh;
top: 0px; min-width: 100vw;
left: 0px; min-height: 100vh;
right: 0px;
margin: 0px; margin: 0px;
} }