summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-09-18 13:20:39 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:08:56 +0100
commit2e809cf2fa9de15fd08f283b701cd1bf80c36b59 (patch)
tree88b65a373dbca366edaba97d00abe5d2ad955ab4 /play.html
parent490ba87ad66b69697eda6a793563cede5aa31660 (diff)
downloadjulius-caesar-2e809cf2fa9de15fd08f283b701cd1bf80c36b59.tar.gz
crusader: Rotate map to landscape on wide displays.
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");