diff options
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 { |