From 5c940575cacc07f3402177fd404d535a935fe2fb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 3 Jun 2023 00:45:00 +0200 Subject: More CSS fixes --- src/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3