From e1bbd8e5afc7e017d57cf1717e9978a757086ec0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 3 Jun 2023 00:42:15 +0200 Subject: Fix some CSS --- src/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 979ea04..a652c3a 100644 --- a/src/style.css +++ b/src/style.css @@ -501,7 +501,9 @@ main section { } @media only screen and (min-width: 1000px) { - font-size: 1.25rem; + .country-table td { + font-size: 1.25rem; + } } .country-table td:hover { -- cgit v1.2.3