From e7f88d578695b509a1ab4964eb538d2a122c2aea Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Wed, 18 Nov 2020 22:07:53 +0200 Subject: [PATCH] tweak: empty status title spaces. --- client/src/style/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style/App.scss b/client/src/style/App.scss index 7a7fea063..641ce99f0 100644 --- a/client/src/style/App.scss +++ b/client/src/style/App.scss @@ -480,7 +480,7 @@ body.authentication { color: #2c3a5d; font-weight: 600; margin-left: auto; - margin-bottom: 12px; + margin-bottom: 10px; margin-right: auto; margin-top: 0; line-height: 1.4;