diff options
Diffstat (limited to 'public/css/theme6.css')
-rw-r--r-- | public/css/theme6.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/public/css/theme6.css b/public/css/theme6.css index 8c269cb2..ea90a182 100644 --- a/public/css/theme6.css +++ b/public/css/theme6.css @@ -6764,13 +6764,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; @@ -6786,6 +6790,8 @@ body { } .dashboard-panel { position: relative; + font-size: 20px; + color: #ffffff; } .dashboard-panel .panel-link { position: absolute; |