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 + play.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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; diff --git a/play.html b/play.html index 6a66865..5165b7e 100644 --- a/play.html +++ b/play.html @@ -183,9 +183,9 @@
-
-
+
+
-- cgit v1.2.3