summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-08 22:45:25 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-08 22:45:25 +0200
commit3701a2c84534fc6c4a00a0466ff2cc36874d4328 (patch)
tree470cef8e67e64fe50c8b1eaeb9c589c04ffcafb5 /src
parent54f2a79454a22a16921e1ae7be42defdb8e050cc (diff)
More tweaks
Diffstat (limited to 'src')
-rw-r--r--src/style.css11
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 {