mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 16:47:12 -05:00
smaller button labels on a small screen
This commit is contained in:
parent
116aeead0a
commit
6807f49818
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue