From 9e8a2ffd4fe7bf40dc07fce496cf6867e0baf5fb Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Thu, 29 Mar 2018 11:31:56 +0200 Subject: [PATCH] dashboard css --- src/styles/dashboard.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/dashboard.less b/src/styles/dashboard.less index a9dc9b84..4d99066f 100644 --- a/src/styles/dashboard.less +++ b/src/styles/dashboard.less @@ -9,6 +9,7 @@ flex-direction: column; justify-content: center; align-items: center; + padding: 0px 48px; padding-bottom: 98px; h2 { @@ -17,6 +18,7 @@ p { padding: 24px 0px; + text-align: center; } } } \ No newline at end of file