diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-23 10:55:38 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | cde668eb94e84e989bd547fd8571db78c347020a (patch) | |
tree | 413034056def6806fa56177bcc1aa97d4a3a3b56 /play.css | |
parent | b1f22d8ddc8428ad4bbe602b5d50abf38d9ed5d4 (diff) | |
download | andean-abyss-cde668eb94e84e989bd547fd8571db78c347020a.tar.gz |
Show current and next card left-to-right.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |