summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-03 01:58:05 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:08:56 +0100
commit60b136d352fb78c4c711018ac22a47beb7ea4735 (patch)
treeecf669b6daf25ef72e5199a231fee99af71ea3ee /play.html
parentd0ea2c239e1380ad43c689f828449a1aa3546870 (diff)
downloadjulius-caesar-60b136d352fb78c4c711018ac22a47beb7ea4735.tar.gz
Improve map zooming!
Diffstat (limited to 'play.html')
-rw-r--r--play.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/play.html b/play.html
index d0b6ff8..933208b 100644
--- a/play.html
+++ b/play.html
@@ -90,6 +90,11 @@
/* MAP WITH BLOCKS AND SPACES */
+.mapwrap {
+ width: 2475px;
+ height: 1275px;
+}
+
.map {
position: relative;
width: 2475px;