diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -39,17 +39,11 @@ header.your_turn.ve { background-color: hsl(40, 100%, 70%) } display: flex; flex-wrap: wrap; align-content: start; - justify-content: center; + justify-content: start; gap: 16px; padding: 16px; } -@media (max-width: 800px) { - #card_panel { - justify-content: start; - } -} - #table { display: grid; width: 100%; @@ -408,11 +402,11 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; } } #discard_pile .card.side { - margin-left: -226px; + margin-left: -206px; } #discard_pile .card.stack { - margin-top: -325px; + margin-top: -305px; } .card.card_back { |