diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-03 01:58:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:17 +0100 |
commit | 4b1e03bf095d9f2ff605c40d96a3e1003c7f5f34 (patch) | |
tree | 0e1354e7deda1184d8725b20caa7326d04487441 | |
parent | 9a5318d4cdc5a18748e733975d57697d04dcc1ce (diff) | |
download | hammer-of-the-scots-4b1e03bf095d9f2ff605c40d96a3e1003c7f5f34.tar.gz |
Improve map zooming!
-rw-r--r-- | play.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -47,9 +47,14 @@ /* MAP */ +.mapwrap { + box-shadow: 0px 1px 10px rgba(0,0,0,0.5); + width: 1688px; + height: 1950px; +} + .map { position: relative; - display: block; background-color: darkslategray; width: 1688px; height: 1950px; |