diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -90,6 +90,11 @@ /* MAP WITH BLOCKS AND SPACES */ +.mapwrap { + width: 2475px; + height: 1275px; +} + .map { position: relative; width: 2475px; |