From 46f313520fb19ce2ecd1dfd94d9fbb0c21718652 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 18 Sep 2021 13:21:01 +0200 Subject: tripoli: Limit cards to sit under the map on wide screens. --- play.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 1736279..4e99500 100644 --- a/play.html +++ b/play.html @@ -37,6 +37,8 @@ .hand { min-height: 300px; justify-content: left; + max-width: 2476px; + margin: 15px auto; } .hand_separator { -- cgit v1.2.3