From 5c4933735700def743a0c90f80d90a1c1f94340f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 11 Jan 2021 00:25:24 +0200 Subject: [PATCH] Remove indentation of the move list --- takhta.html | 1 + 1 file changed, 1 insertion(+) diff --git a/takhta.html b/takhta.html index 656d63f..811712a 100644 --- a/takhta.html +++ b/takhta.html @@ -58,6 +58,7 @@ #movelist { display: grid; grid-template-columns: 1fr 1fr; + padding: 0; } #movelist :nth-child(odd) { background-color: #fff;