diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-03 01:58:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:08:56 +0100 |
commit | 60b136d352fb78c4c711018ac22a47beb7ea4735 (patch) | |
tree | ecf669b6daf25ef72e5199a231fee99af71ea3ee /play.html | |
parent | d0ea2c239e1380ad43c689f828449a1aa3546870 (diff) | |
download | julius-caesar-60b136d352fb78c4c711018ac22a47beb7ea4735.tar.gz |
Improve map zooming!
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; |