summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.html7
1 files changed, 6 insertions, 1 deletions
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;