summaryrefslogtreecommitdiff
path: root/public/css/theme0.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/theme0.css')
-rw-r--r--public/css/theme0.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index 38b05fdf..3a95a0e2 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.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: #d9534f;
}