From 1e6e60e00f80bd82b55212a23021a3e4f03d12bc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 24 Aug 2024 10:07:59 +0200 Subject: set background-size for reinforcement cards on map. mobile browsers don't seem to scale them properly otherwise... --- play.css | 1 + 1 file changed, 1 insertion(+) (limited to 'play.css') 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; -- cgit v1.2.3