From 139ee821b70effbdd37a8471e5876f138ae3f518 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 24 May 2016 16:49:00 +0300 Subject: [PATCH] Minor fixes on dashboard bar styles. --- resources/styles/partials/dashboard-bar.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/styles/partials/dashboard-bar.scss b/resources/styles/partials/dashboard-bar.scss index 9a86226e94..99f95786d0 100644 --- a/resources/styles/partials/dashboard-bar.scss +++ b/resources/styles/partials/dashboard-bar.scss @@ -11,9 +11,15 @@ font-size: $fs14; padding: $small $medium $small $x-big*2; + .dashboard-images { + flex-basis: 70px; + } + .dashboard-info { align-items: center; display: flex; + width: 500px; + justify-content: space-around; .dashboard-projects { font-weight: bold;