From 3701a2c84534fc6c4a00a0466ff2cc36874d4328 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Jun 2023 22:45:25 +0200 Subject: More tweaks --- src/style.css | 11 +++++++++-- 1 file 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 { -- cgit v1.2.3