From f84b6c052d7286d7df58b2de56e86e27d6c29554 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(-) diff --git a/play.html b/play.html index 4e99500..f6b5b3f 100644 --- a/play.html +++ b/play.html @@ -93,13 +93,14 @@ /* MAP */ .mapwrap { + position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,0.8); width: 2476px; height: 801px; } #map { - position: relative; + position: absolute; display: block; width: 2476px; height: 801px; -- cgit v1.2.3