From 4b1e03bf095d9f2ff605c40d96a3e1003c7f5f34 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/play.html b/play.html index e621218..86bfd7d 100644 --- a/play.html +++ b/play.html @@ -47,9 +47,14 @@ /* MAP */ +.mapwrap { + box-shadow: 0px 1px 10px rgba(0,0,0,0.5); + width: 1688px; + height: 1950px; +} + .map { position: relative; - display: block; background-color: darkslategray; width: 1688px; height: 1950px; -- cgit v1.2.3