From 0c75bd8a604cf5e6913c35e5be752d9103ee93bb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 20 Oct 2023 19:04:20 +0200 Subject: Mobile layout. --- play.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 56ef381..e469dda 100644 --- a/play.css +++ b/play.css @@ -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; } -- cgit v1.2.3