summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-03 00:45:00 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-03 00:45:00 +0200
commit5c940575cacc07f3402177fd404d535a935fe2fb (patch)
tree60d8384d4bc9af3d5c1a24225ba6715f131ac525
parente1bbd8e5afc7e017d57cf1717e9978a757086ec0 (diff)
More CSS fixes
-rw-r--r--src/style.css4
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 {