summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-15 17:50:26 +0100
committerTor Andersson <tor@ccxvii.net>2024-01-08 16:36:48 +0100
commit8bc15368bbd0ed6337af9a0f68d5c39c1e4f7aaa (patch)
treead94ac30bb859f466e41101fa69291365cdd6f06 /play.html
parentba171758178c056c5e842cb0e6f5b44dee0d0095 (diff)
downloadtable-battles-8bc15368bbd0ed6337af9a0f68d5c39c1e4f7aaa.tar.gz
more stable layout
Diffstat (limited to 'play.html')
-rw-r--r--play.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.html b/play.html
index d95925e..4d105cb 100644
--- a/play.html
+++ b/play.html
@@ -61,7 +61,8 @@ main {
padding: 1px;
}
-.table { width: fit-content; margin: 0 auto; }
+/* TODO: set min-width per scenario */
+.table { min-width: fit-content; }
.card, .card * {
pointer-events: none;