diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-03 00:42:15 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-03 00:42:15 +0200 |
commit | e1bbd8e5afc7e017d57cf1717e9978a757086ec0 (patch) | |
tree | 354e3e2e710bac08522363d0334ec333b78660e8 | |
parent | a9238d22bdcb15bc6945993601fce5544a1d9a28 (diff) |
Fix some CSS
-rw-r--r-- | src/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |