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

alternative way to set body to fit browser window

* alternative way to set body to fit browser window
This commit is contained in:
Gustavo Fuhr 2022-07-14 03:12:56 +00:00 committed by Paulo Veiga
parent 8554fb7507
commit 845fb2f1df

View File

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