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; }