summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-09-18 13:21:01 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commit46f313520fb19ce2ecd1dfd94d9fbb0c21718652 (patch)
treee34aa082a497c932341303e5dbbb6886b408d011 /play.html
parent51195501a6c6711fcc37892ef78ee65edc5b2112 (diff)
downloadshores-of-tripoli-46f313520fb19ce2ecd1dfd94d9fbb0c21718652.tar.gz
tripoli: Limit cards to sit under the map on wide screens.
Diffstat (limited to 'play.html')
-rw-r--r--play.html2
1 files changed, 2 insertions, 0 deletions
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 {