mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
more size tweaks for small screens
This commit is contained in:
parent
9fe9c7115b
commit
1470b3683b
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue