From ca2cb19da7b1040e6d28c433423853e761f03020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 10 Jan 2021 21:59:59 +0200 Subject: [PATCH] Centering with CSS is my passion --- takhta.html | 1 + 1 file changed, 1 insertion(+) diff --git a/takhta.html b/takhta.html index fae0274..fb2e043 100644 --- a/takhta.html +++ b/takhta.html @@ -15,6 +15,7 @@ display: flex; justify-content: center; align-items: center; + line-height: 1em; } #board tbody :nth-child(odd) :nth-child(even) { background-color: #fff;