summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-07-28 01:17:08 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:26 +0100
commit1251e90775534849ef2f57a70a808d4626ccbf6d (patch)
treeb51a31f1cda38e2aa89d568082c25f97e06854d6 /play.html
parent152e57f0799754cc8b0c06f264c14c66102d29f6 (diff)
downloadrommel-in-the-desert-1251e90775534849ef2f57a70a808d4626ccbf6d.tar.gz
Mulligan.
Diffstat (limited to 'play.html')
-rw-r--r--play.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/play.html b/play.html
index b496f89..8a8167c 100644
--- a/play.html
+++ b/play.html
@@ -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 {