Update style.css
This commit is contained in:
parent
c1fc7de88f
commit
4d9a8f9d7c
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user