summaryrefslogtreecommitdiff
path: root/public/css/theme1.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/theme1.css')
-rw-r--r--public/css/theme1.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/css/theme1.css b/public/css/theme1.css
index dd42b9fe..507038b5 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6761,6 +6761,8 @@ body {
}
.stats {
position: relative;
+ float: left;
+ width: 50%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
@@ -6776,6 +6778,11 @@ body {
font-size: 80px;
font-weight: 200;
}
+@media (max-width: 992px) {
+ .stats .number {
+ font-size: 40px;
+ }
+}
.stats-danger {
color: #d9534f;
}