forked from leftypol/leftypol
style.css: reduce unimportant font size on small screens. Fix #195
This commit is contained in:
parent
ecf479adba
commit
9b6563b816
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ form table tr td div.center {
|
|||
font-size: 10px;
|
||||
|
||||
@media (any-hover: none) {
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue