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-17 12:53:17 +0100
commit56ca28352eeef7c9be69797744d6db2ee86dafed (patch)
tree0ae4a9b0008dc0bdb822e03c76a188ad5c7b23e6 /play.html
parent4e8a669a912b853b5fe294b19fceab9f28800781 (diff)
downloadhammer-of-the-scots-56ca28352eeef7c9be69797744d6db2ee86dafed.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 9e94c12..271568a 100644
--- a/play.html
+++ b/play.html
@@ -67,13 +67,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;
background-color: darkslategray;
width: 1688px;
height: 1950px;