From a168262bcf5c73f1dd0470bd0231aeac418515fb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 21 Oct 2023 00:53:20 +0200 Subject: Fix margins. --- play.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/play.css b/play.css index e469dda..b5b5513 100644 --- a/play.css +++ b/play.css @@ -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) { -- cgit v1.2.3