From cde668eb94e84e989bd547fd8571db78c347020a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 23 Mar 2023 10:55:38 +0100 Subject: Show current and next card left-to-right. --- play.css | 1 + 1 file changed, 1 insertion(+) (limited to 'play.css') diff --git a/play.css b/play.css index d3a161b..8edccf8 100644 --- a/play.css +++ b/play.css @@ -308,6 +308,7 @@ path.tip { stroke: yellow; } #card_panel { display: flex; flex-wrap: wrap; + justify-content: center; gap: 18px; padding: 0 18px; max-width: 1614px; -- cgit v1.2.3