File formatting fixes

This commit is contained in:
Owen Conti
2017-07-17 21:15:05 -06:00
parent 0622bd7179
commit 24882b69a8
3 changed files with 9 additions and 9 deletions

View File

@@ -11,15 +11,15 @@
<style>
html
{
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after
{
box-sizing: inherit;
box-sizing: inherit;
}
body {
margin:0;