diff options
-rw-r--r-- | play.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 { |