Browse Source

Fix margin of elements in flex

Cheng Zhao 9 years ago
parent
commit
28d12166fd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      default_app/index.html

+ 4 - 0
default_app/index.html

@@ -17,6 +17,10 @@
       flex-direction: column;
     }
 
+    .container > * {
+      margin: 15px 0 0 0;
+    }
+
     .header {
       background-color: #2f3241;
       border-bottom: 1px solid #1a1b23;