From c081f45d50d820081b166e4c8738c839d49a60e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 10 Jan 2021 18:49:58 +0200 Subject: [PATCH] Increase board size --- takhta.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/takhta.html b/takhta.html index 743da2a..f70c639 100644 --- a/takhta.html +++ b/takhta.html @@ -9,7 +9,7 @@ width: 1em; } td { - font-size: 200%; + font-size: 300%; } td div { display: flex; @@ -51,6 +51,9 @@ flex-wrap: wrap; color: #000; } + section { + margin-right: 2em; + } #movelist { display: grid; grid-template-columns: 1fr 1fr;