summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/index.css')
-rw-r--r--StoneIsland/www/css/index.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
index 3a0aefbe..db803fa9 100644
--- a/StoneIsland/www/css/index.css
+++ b/StoneIsland/www/css/index.css
@@ -27,7 +27,7 @@ body {
margin-top: -40px;
margin-left: -40px;
display: none;
-}
+}
.loader:before {
content: '';
border-radius: 50%;
@@ -35,10 +35,13 @@ body {
border-right: 3px solid transparent;
animation: loading .5s linear infinite;
-webkit-animation: loading .5s linear infinite;
+ width: 80px;
+ height: 80px;
+ display: block;
}
@keyframes loading {
to {transform: rotate(360deg)}
}
@-webkit-keyframes loading {
to {-webkit-transform: rotate(360deg)}
-} \ No newline at end of file
+}