smaller button labels on a small screen

This commit is contained in:
Damien Elmes 2020-07-13 20:52:57 +10:00
parent 116aeead0a
commit 6807f49818

View file

@ -72,6 +72,12 @@ body {
justify-content: center;
}
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
.range-box-inner {
font-size: smaller;
}
}
.range-box-inner > * {
padding-right: 1em;
}