diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 20:41:10 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 20:41:10 +0000 |
commit | 3e36074596d23d78b48c0a999b57d5a6f3808030 (patch) | |
tree | 6760d8dd3b4adc09a1306350f76c5a68301b3569 /play.css | |
parent | 966d67c6d8d0dde94635f4cfaea5181944848a79 (diff) | |
download | 1989-dawn-of-freedom-3e36074596d23d78b48c0a999b57d5a6f3808030.tar.gz |
New power struggle card layout
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -237,6 +237,18 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } display: none; } +#scoring_card_panel { + display: flex; + flex-direction: column; + width: 100%; +} + +#scoring_card_panel .card_row { + display: flex; + gap: 10px; +} + + /* CARD IMAGES */ #tooltip { |