mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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) {
|
@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;
|
||||||
|
|
Loading…
Reference in a new issue