summaryrefslogtreecommitdiff
path: root/public/css/theme4.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/theme4.css')
-rw-r--r--public/css/theme4.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/public/css/theme4.css b/public/css/theme4.css
index 2202c01d..6a4e7855 100644
--- a/public/css/theme4.css
+++ b/public/css/theme4.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;