Style updates
This commit is contained in:
parent
a21f06e3ea
commit
29a2f7393d
|
@ -1,4 +1,3 @@
|
||||||
html {
|
body {
|
||||||
font-size: 16px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#loading {
|
#loading {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(50% - 8px);
|
top: calc(50% - 8px);
|
||||||
left: calc(50% - 10px);
|
left: calc(50% - 35px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue