Update style.css

This commit is contained in:
noxy 2017-02-02 13:02:44 +00:00
parent c1fc7de88f
commit 4d9a8f9d7c

View File

@ -1,3 +1,9 @@
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
max-height: 100%;
width: 100%;