diff --git a/public/css/launcher.css b/public/css/launcher.css index c76c09f..e74a032 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -1,9 +1,10 @@ .worldmap { position: relative; - width: 100%; - height: 100vh; - background: url("/images/dok_bg.png") center / cover no-repeat; + width: 1358px; + height: 679px; + + background: url("/images/dok_bg.png") no-repeat center; } .map-overlay {