Browse Source

fix css for playground logo

Trevor Baron 6 years ago
parent
commit
72f32af91d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Playground/css/index.css

+ 4 - 1
Playground/css/index.css

@@ -28,12 +28,15 @@ body {
     display: grid;
     grid-template-rows: 100%;
     grid-template-columns: 100%;
+    align-items: center;
 }
 
 #waitLogo {
     grid-column: 1;
     grid-row: 1;
-    margin: 25%;
+    margin: auto;
+    width: 40%;
+    height: 40%;
 }
 
 #waitSpinner {