diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-09-18 13:20:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:17 +0100 |
commit | 56ca28352eeef7c9be69797744d6db2ee86dafed (patch) | |
tree | 0ae4a9b0008dc0bdb822e03c76a188ad5c7b23e6 /play.html | |
parent | 4e8a669a912b853b5fe294b19fceab9f28800781 (diff) | |
download | hammer-of-the-scots-56ca28352eeef7c9be69797744d6db2ee86dafed.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
@@ -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; |