瀏覽代碼

fix css for playground logo

Trevor Baron 6 年之前
父節點
當前提交
72f32af91d
共有 1 個文件被更改,包括 4 次插入1 次删除
  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 {