diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-08 22:35:51 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-08 22:35:51 +0200 |
commit | 6aefb17f78cb1033e4366a620a52e1d4c37f9839 (patch) | |
tree | d79640b4c3aca9cfbd4b8ab1ba535f9d2eccb357 | |
parent | 9269fa6a1549def1ba431ecfc9fd50f932ff7706 (diff) |
Shrink font
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 575c1dd..418d3d5 100644 --- a/src/style.css +++ b/src/style.css @@ -452,7 +452,7 @@ main section { #table-key tr td:last-child { padding: 0 25px; - font-size: 1rem; + font-size: 0.8rem; } @media only screen and (min-width: 1000px) { |