summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parenta3905dc8e8347716c69ab7348a7a93a9c3422d5e (diff)
font size for stats
Diffstat (limited to 'themes')
-rw-r--r--themes/base.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less
index 5cee4525..c098695a 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -25,6 +25,7 @@ body {
.stats {
.make-md-column(3);
.make-xs-column(6);
+ font-size: 20px;
height: 130px;
text-align: center;
@@ -33,6 +34,7 @@ body {
font-weight: 200;
}
@media (max-width: @screen-md) {
+ font-size: inherit;
.number {
font-size: 40px;
}