summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-13 12:46:15 +0100
committermsquare <msquare@notrademark.de>2017-12-13 12:46:15 +0100
commit2fdf520dafdb62421a91ad2616bdad75502f62d9 (patch)
tree5709924d0a0819cd6a244cabdaf343e0337a1fff /themes
parent991058a9e4321b525856aefec7116ca090db9dfa (diff)
improve public dashboard
Diffstat (limited to 'themes')
-rw-r--r--themes/base.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/base.less b/themes/base.less
index 93e8dd70..7b4de55a 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -22,13 +22,19 @@ body {
}
.stats {
- .make-md-column(3);
+ .make-md-column(3);
+ .make-xs-column(6);
text-align: center;
.number {
font-size: 80px;
font-weight: 200;
}
+ @media (max-width: @screen-md) {
+ .number {
+ font-size: 40px;
+ }
+ }
}
.stats-danger {