From 28d12166fd0323875f0f591d6fcb484f615848b2 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 4 May 2016 17:50:45 +0900 Subject: [PATCH] Fix margin of elements in flex --- default_app/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default_app/index.html b/default_app/index.html index b7910f00ef84..bb4ad681220e 100644 --- a/default_app/index.html +++ b/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;