From 56ca28352eeef7c9be69797744d6db2ee86dafed 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 9e94c12..271568a 100644 --- a/play.html +++ b/play.html @@ -67,13 +67,14 @@ /* MAP */ .mapwrap { + position: relative; box-shadow: 0px 1px 10px rgba(0,0,0,0.5); width: 1688px; height: 1950px; } .map { - position: relative; + position: absolute; background-color: darkslategray; width: 1688px; height: 1950px; -- cgit v1.2.3