style.css: reduce unimportant font size on small screens. Fix #195

This commit is contained in:
Zankaria 2024-09-01 22:49:10 +02:00
parent ecf479adba
commit 9b6563b816

View file

@ -369,7 +369,7 @@ form table tr td div.center {
font-size: 10px;
@media (any-hover: none) {
font-size: 14px;
font-size: 12px;
}
}