summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-21 00:53:20 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-21 00:53:20 +0200
commita168262bcf5c73f1dd0470bd0231aeac418515fb (patch)
tree70890d73f543ed1d453f3a8f6e883a442480af9a
parentdf8770384ecea4f2cd170ad799f150f85823a709 (diff)
downloadshores-of-tripoli-a168262bcf5c73f1dd0470bd0231aeac418515fb.tar.gz
Fix margins.
-rw-r--r--play.css5
1 files 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) {