From 9b6563b816d7e5956a3ec7a901bafe5da5cd6c80 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Sep 2024 22:49:10 +0200 Subject: [PATCH] style.css: reduce unimportant font size on small screens. Fix #195 --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 02979eb0..165aec90 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -369,7 +369,7 @@ form table tr td div.center { font-size: 10px; @media (any-hover: none) { - font-size: 14px; + font-size: 12px; } }