diff --git a/public/css/launcher.css b/public/css/launcher.css index 42fce67..dec303e 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -1,19 +1,16 @@ -.map-container { +.worldmap { position: relative; width: 100%; - max-width: 1400px; - margin: auto; -} + height: 100vh; -.map { - width: 100%; - display: block; + background: url("/images/dok_bg.png") center / cover no-repeat; } .map-overlay { position: absolute; top: 0; left: 0; + width: 100%; height: 100%; } @@ -21,11 +18,11 @@ .area { fill: rgba(255, 255, 255, 0); cursor: pointer; - transition: all 0.3s; + transition: all 0.25s; } .area:hover { - fill: rgba(255, 255, 255, 0.15); + fill: rgba(255, 255, 255, 0.2); stroke: #6ec6ff; stroke-width: 3; filter: drop-shadow(0 0 10px #6ec6ff); diff --git a/views/launcher.ejs b/views/launcher.ejs index 0a768df..6a1ff4f 100644 --- a/views/launcher.ejs +++ b/views/launcher.ejs @@ -32,8 +32,6 @@
- -