From 84da5432059e77c7ef6d93048a6f0beda6c52c9e Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 22 May 2021 21:34:15 +0300 Subject: [PATCH] Add top margin to splash page error element --- dashboard/src/style/splash.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/style/splash.pcss b/dashboard/src/style/splash.pcss index 37a32b65..d25bb505 100644 --- a/dashboard/src/style/splash.pcss +++ b/dashboard/src/style/splash.pcss @@ -20,6 +20,7 @@ max-width: 750px; flex-direction: row; justify-content: center; + margin-top: 16px; &.has-error { display: flex;