From 991058a9e4321b525856aefec7116ca090db9dfa Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 13 Dec 2017 12:37:05 +0100 Subject: improve public dashboard --- public/css/theme1.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'public/css/theme1.css') diff --git a/public/css/theme1.css b/public/css/theme1.css index 2d0a2133..dd42b9fe 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6761,13 +6761,17 @@ body { } .stats { position: relative; - float: left; - width: 25%; min-height: 1px; padding-left: 15px; padding-right: 15px; text-align: center; } +@media (min-width: 992px) { + .stats { + float: left; + width: 25%; + } +} .stats .number { font-size: 80px; font-weight: 200; @@ -6783,6 +6787,8 @@ body { } .dashboard-panel { position: relative; + font-size: 20px; + color: #ffffff; } .dashboard-panel .panel-link { position: absolute; -- cgit v1.2.3-54-g00ecf