From 60b136d352fb78c4c711018ac22a47beb7ea4735 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 3 Jul 2021 01:58:05 +0200 Subject: Improve map zooming! --- play.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index d0b6ff8..933208b 100644 --- a/play.html +++ b/play.html @@ -90,6 +90,11 @@ /* MAP WITH BLOCKS AND SPACES */ +.mapwrap { + width: 2475px; + height: 1275px; +} + .map { position: relative; width: 2475px; -- cgit v1.2.3