diff options
Diffstat (limited to 'src')
-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 { |