From 5ca91ef955b9d204dde774a76021f3d26337b7ff Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 7 Nov 2024 15:32:52 +0100 Subject: [PATCH] No indentation in the guesses lists --- src/alfagok/static/game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alfagok/static/game.css b/src/alfagok/static/game.css index 3bbafd9..faff120 100644 --- a/src/alfagok/static/game.css +++ b/src/alfagok/static/game.css @@ -56,6 +56,7 @@ button { ul { list-style-type: none; + padding-left: 0; } .error {