From 9c4758f4dc3c3e7e46d668d82a80b161846664cb 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, 3 insertions(+), 2 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 7ab3456..365a56e 100644 --- a/play.html +++ b/play.html @@ -82,8 +82,10 @@ /* MAP */ -.mapwrap.fit { +.mapwrap { box-shadow: 0px 0px 15px rgba(0,0,0,0.8); + width: 2476px; + height: 801px; } #map { @@ -92,7 +94,6 @@ width: 2476px; height: 801px; background-color: black; - box-shadow: 0px 0px 15px rgba(0,0,0,0.8); } svg { -- cgit v1.2.3