From 2fdf520dafdb62421a91ad2616bdad75502f62d9 Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 13 Dec 2017 12:46:15 +0100 Subject: improve public dashboard --- public/css/theme2.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/css/theme2.css') diff --git a/public/css/theme2.css b/public/css/theme2.css index 7e11590a..6551d451 100644 --- a/public/css/theme2.css +++ b/public/css/theme2.css @@ -6738,6 +6738,8 @@ body { } .stats { position: relative; + float: left; + width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; @@ -6753,6 +6755,11 @@ body { font-size: 80px; font-weight: 200; } +@media (max-width: 992px) { + .stats .number { + font-size: 40px; + } +} .stats-danger { color: #7f528b; } -- cgit v1.2.3-70-g09d2