From 146b2f451d06f62f982e917fa374d4dbfb44462b Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Apr 2018 22:18:59 +0200 Subject: [PATCH] homepage fixes --- src/assets/scss/dashboard/_cards.scss | 1 + src/index.html | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/assets/scss/dashboard/_cards.scss b/src/assets/scss/dashboard/_cards.scss index e2cecf3eb..7fb191173 100644 --- a/src/assets/scss/dashboard/_cards.scss +++ b/src/assets/scss/dashboard/_cards.scss @@ -199,6 +199,7 @@ .card-aside-column { min-width: 5rem; width: 30%; + flex: 0 0 30%; border-top-left-radius: 3px; border-bottom-left-radius: 3px; background: no-repeat center/cover; diff --git a/src/index.html b/src/index.html index 4fe3e5d86..b1affa4a0 100644 --- a/src/index.html +++ b/src/index.html @@ -44,15 +44,12 @@ menu: index
{% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %}
-
+
{% include cards/digit.html color="red" title="New feedback" digit="62" width="28%" %}
-
+
{% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %}
-
- {% include cards/digit.html color="yellow" title="Users online" digit="76" width="34%" %} -