diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-28 01:17:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 1251e90775534849ef2f57a70a808d4626ccbf6d (patch) | |
tree | b51a31f1cda38e2aa89d568082c25f97e06854d6 /play.html | |
parent | 152e57f0799754cc8b0c06f264c14c66102d29f6 (diff) | |
download | rommel-in-the-desert-1251e90775534849ef2f57a70a808d4626ccbf6d.tar.gz |
Mulligan.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -36,14 +36,13 @@ header.your_turn { background-color: orange; } /* CARDS */ .hand { - margin: 0 auto; + margin: 24px; display: flex; flex-wrap: wrap; - //justify-content: center; + justify-content: center; min-height: 350px; max-width: 2672px; gap: 20px; - padding: 24px; } .card { |