diff options
-rw-r--r-- | play.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -38,9 +38,8 @@ body.United_States header.your_turn { background-color: skyblue; } } @media (max-width: 800px) { - .hand, .hand_separator { - min-width: 1650px; - } + .hand { min-width: 1620px; } + .hand_separator { min-width: 1650px; } } @media (max-height: 700px) { |