summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.html b/play.html
index b58f5db..3e4c965 100644
--- a/play.html
+++ b/play.html
@@ -94,12 +94,13 @@
/* MAP WITH BLOCKS AND SPACES */
.mapwrap {
+ position: relative;
width: 2475px;
height: 1275px;
}
.map {
- position: relative;
+ position: absolute;
width: 2475px;
height: 1275px;
background-image: url("map.webp");