diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -272,6 +272,10 @@ main { #player1 .slot_cubes { align-items: start; } #player2 .slot_cubes { align-items: end; } +/* S37 Inkerman - The Fog */ +[data-card="225B"] .slot_sticks { min-height: 12px } +[data-card="225B"] .slot_cubes { height: 51px } + /* S38 Fleurus - Retreat to Nivelles */ [data-card="237A"] .slot_cubes:empty { display: none } [data-card="237A"] .slot_cubes:not(:empty) ~ .slot_sticks { display: none } |