diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-24 10:07:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-24 10:07:59 +0200 |
commit | 1e6e60e00f80bd82b55212a23021a3e4f03d12bc (patch) | |
tree | 89b2cd786255d1a0538690706b70a08d71305a23 | |
parent | 0fd3436b28501f2e08ab936f9242c39bac975b22 (diff) | |
download | washingtons-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.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |