From 8c46ea5d1346fbcedd522ebad1fb2bff7ad7e7e8 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:25:50 +0100 Subject: strategy phase --- play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 063d039..2816c2f 100644 --- a/play.html +++ b/play.html @@ -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; -- cgit v1.2.3