diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-03 00:45:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-03 00:45:00 +0200 |
commit | 5c940575cacc07f3402177fd404d535a935fe2fb (patch) | |
tree | 60d8384d4bc9af3d5c1a24225ba6715f131ac525 | |
parent | e1bbd8e5afc7e017d57cf1717e9978a757086ec0 (diff) |
More CSS fixes
-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 a652c3a..f98515c 100644 --- a/src/style.css +++ b/src/style.css @@ -453,7 +453,9 @@ main section { } @media only screen and (min-width: 1000px) { - font-size: 1.2rem; + #table-key tr td:last-child { + font-size: 1.2rem; + } } #table-key tr td:first-child div { |