diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index b23f8cd..f804ecd 100644 --- a/src/style.css +++ b/src/style.css @@ -446,8 +446,15 @@ main section { } #table-key tr td:first-child { - height: 40px; - width: 60px; + height: 30px; + width: 50px; +} + +@media only screen and (min-width: 1000px) { + #table-key tr td:first-child { + height: 40px; + width: 60px; + } } #table-key tr td:last-child { |