Style updates

This commit is contained in:
Paul Graffam 2016-10-07 14:54:20 -04:00
parent a21f06e3ea
commit 29a2f7393d
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
html {
font-size: 16px;
body {
overflow: hidden;
}

View File

@ -1,5 +1,5 @@
#loading {
position: absolute;
top: calc(50% - 8px);
left: calc(50% - 10px);
left: calc(50% - 35px);
}