summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
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;
}