diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-09-18 13:21:01 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | 46f313520fb19ce2ecd1dfd94d9fbb0c21718652 (patch) | |
tree | e34aa082a497c932341303e5dbbb6886b408d011 /play.html | |
parent | 51195501a6c6711fcc37892ef78ee65edc5b2112 (diff) | |
download | shores-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.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ .hand { min-height: 300px; justify-content: left; + max-width: 2476px; + margin: 15px auto; } .hand_separator { |