diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-09-18 13:20:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:08:56 +0100 |
commit | 2e809cf2fa9de15fd08f283b701cd1bf80c36b59 (patch) | |
tree | 88b65a373dbca366edaba97d00abe5d2ad955ab4 /play.html | |
parent | 490ba87ad66b69697eda6a793563cede5aa31660 (diff) | |
download | julius-caesar-2e809cf2fa9de15fd08f283b701cd1bf80c36b59.tar.gz |
crusader: Rotate map to landscape on wide displays.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"); |