diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ body.United_States header.your_turn { background-color: skyblue; } min-height: 300px; justify-content: left; max-width: 1620px; + min-width: 780px; margin: 0 auto; padding: 15px; gap: 15px; @@ -31,6 +32,7 @@ body.United_States header.your_turn { background-color: skyblue; } .hand_separator { margin: 0 auto; + min-width: 810px; max-width: 1650px; border-bottom: 2px dotted gainsboro; } |