diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-04 15:25:50 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-04 15:25:50 +0100 |
commit | 8c46ea5d1346fbcedd522ebad1fb2bff7ad7e7e8 (patch) | |
tree | 9c3c345d81d659319a07a238b81feb8f935c0f6d /play.html | |
parent | e1f34cdf9ec669d8eab2b379a287867c6b6214f7 (diff) | |
download | votes-for-women-8c46ea5d1346fbcedd522ebad1fb2bff7ad7e7e8.tar.gz |
strategy phase
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ body.Opposition header.your_turn { background-color: hsl(16 85% 75%);; } #hand, #discard, #support_claimed, #support_discard, #opposition_claimed, #opposition_discard, #states_draw, #strategy_draw, #out_of_play { min-height: 350px; } #hand_panel, #states_draw, #support_discard_panel, #opposition_discard_panel, #out_of_play { min-width: 1100px; } #strategy_draw { min-width: 790px; } -#support_claimed, #opposition_claimed { min-width: 290px; } +#support_claimed, #opposition_claimed { min-width: 250px; } .panel { background-color: #555; |