From 1470b3683b6f760fe880589df02cd1ae99bab4f6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 5 Aug 2020 19:05:34 +1000 Subject: [PATCH] more size tweaks for small screens --- ts/src/stats/graphs.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 238f31a87..ad15dafa3 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -65,8 +65,13 @@ body { } } @media only screen and (max-width: 600px) { + body { + font-size: 12px; + } + .tick text { - font-size: 15px; + font-size: 16px; + } .tick-odd { display: none;