From 2e809cf2fa9de15fd08f283b701cd1bf80c36b59 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 18 Sep 2021 13:20:39 +0200 Subject: crusader: Rotate map to landscape on wide displays. --- play.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index b58f5db..3e4c965 100644 --- a/play.html +++ b/play.html @@ -94,12 +94,13 @@ /* MAP WITH BLOCKS AND SPACES */ .mapwrap { + position: relative; width: 2475px; height: 1275px; } .map { - position: relative; + position: absolute; width: 2475px; height: 1275px; background-image: url("map.webp"); -- cgit v1.2.3