From 00f4fb33264f8ae5c1bcd34994c3dc2afee6a5dd Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Tue, 12 Dec 2017 13:25:36 -0800 Subject: [PATCH] Add margin to loading container --- src/style/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 3fcf2b0a..72109a73 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -653,6 +653,7 @@ .loading-container { padding: 40px 0 60px; + margin-top: 1em; min-height: 1px; display: flex; justify-content: center;