summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
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 {