Add margin to loading container

This commit is contained in:
Kyle Shockey
2017-12-12 13:25:36 -08:00
parent 3db4f6c93a
commit 00f4fb3326

View File

@@ -653,6 +653,7 @@
.loading-container
{
padding: 40px 0 60px;
margin-top: 1em;
min-height: 1px;
display: flex;
justify-content: center;