summaryrefslogtreecommitdiff
path: root/public/css/theme3.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/theme3.css')
-rw-r--r--public/css/theme3.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/public/css/theme3.css b/public/css/theme3.css
index 1f1efaff..71b34ad5 100644
--- a/public/css/theme3.css
+++ b/public/css/theme3.css
@@ -6747,13 +6747,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;
@@ -6769,6 +6773,8 @@ body {
}
.dashboard-panel {
position: relative;
+ font-size: 20px;
+ color: inherit;
}
.dashboard-panel .panel-link {
position: absolute;