From 4dc3a7b0734e2ed3431c1e3bbef4b2a8b38b9f29 Mon Sep 17 00:00:00 2001 From: BRNSystems Date: Sun, 23 Jan 2022 19:06:21 +0100 Subject: [PATCH] fix css --- index.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 0837ada..77b29eb 100644 --- a/index.css +++ b/index.css @@ -9,7 +9,7 @@ td > div{ .cellx{ text-align: center; height: 100%; - padding: 0.78%; + padding: 0.60%; } #playfield { width: 100%; @@ -54,13 +54,16 @@ body{ } .auxboards{ width: 30%; - height: 100%; + height: 95%; display: inline-block; padding-left: 1%; } +#localtd{ + height: 90%; +} #locals, #remotes{ - height: 50%; + height: 48%; table-layout: fixed; object-fit: contain; }