Merged in body-size-alternative (pull request #54)

alternative way to set body to fit browser window

* alternative way to set body to fit browser window


Approved-by: Paulo Veiga
This commit is contained in:
Gustavo Fuhr 2022-07-14 03:12:29 +00:00 committed by Paulo Veiga
parent 19353a9423
commit 02a809ec34

View File

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