summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-24 10:07:59 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-24 10:07:59 +0200
commit1e6e60e00f80bd82b55212a23021a3e4f03d12bc (patch)
tree89b2cd786255d1a0538690706b70a08d71305a23
parent0fd3436b28501f2e08ab936f9242c39bac975b22 (diff)
downloadwashingtons-war-1e6e60e00f80bd82b55212a23021a3e4f03d12bc.tar.gz
set background-size for reinforcement cards on map.
mobile browsers don't seem to scale them properly otherwise...
-rw-r--r--play.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.css b/play.css
index 40fadd3..7022be4 100644
--- a/play.css
+++ b/play.css
@@ -333,6 +333,7 @@ body.America header.your_turn { background-color: hsl(211, 50%, 75%) }
width: 187px;
height: 262px;
+ background-size: 100%;
border-radius: 12px;
border: 1px solid black;
box-shadow: 1px 1px 4px #0008;