more size tweaks for small screens

This commit is contained in:
Damien Elmes 2020-08-05 19:05:34 +10:00
parent 9fe9c7115b
commit 1470b3683b

View file

@ -65,8 +65,13 @@ body {
} }
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
body {
font-size: 12px;
}
.tick text { .tick text {
font-size: 15px; font-size: 16px;
}
.tick-odd { .tick-odd {
display: none; display: none;