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:12:55 +0100
commit89e0a163ba7434d9cff2ee6b6d5729a892a286c6 (patch)
treeabc62e3c9ad8813ef5ed2a63bc09318ccfc95321 /play.html
parent0cd62c5af96dc8752a237d25c609c406d40b1d6c (diff)
downloadrichard-iii-89e0a163ba7434d9cff2ee6b6d5729a892a286c6.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 d1b2709..e3ad822 100644
--- a/play.html
+++ b/play.html
@@ -58,13 +58,14 @@
/* MAP */
.mapwrap {
+ position: relative;
box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
width: 1688px;
height: 1950px;
}
.map {
- position: relative;
+ position: absolute;
width: 1688px;
height: 1950px;
}