summaryrefslogtreecommitdiff
path: root/public/css/theme3.css
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-26 17:08:14 +0100
committermsquare <msquare@notrademark.de>2017-12-26 17:08:36 +0100
commitbf7474b3d3c518fff8957a4c2cfdc940091c8c4f (patch)
tree2786d27351e1f20ccaedc2864c5514fd7b06b252 /public/css/theme3.css
parenta3905dc8e8347716c69ab7348a7a93a9c3422d5e (diff)
font size for stats
Diffstat (limited to 'public/css/theme3.css')
-rw-r--r--public/css/theme3.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/theme3.css b/public/css/theme3.css
index f07e593f..7e0b4267 100644
--- a/public/css/theme3.css
+++ b/public/css/theme3.css
@@ -6753,6 +6753,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
+ font-size: 20px;
height: 130px;
text-align: center;
}
@@ -6767,6 +6768,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
+ .stats {
+ font-size: inherit;
+ }
.stats .number {
font-size: 40px;
}