From 05a7dbb5a99af5cdfd9361a5621eba5eb7117b43 Mon Sep 17 00:00:00 2001 From: Cay Date: Wed, 11 Mar 2026 18:09:49 +0000 Subject: [PATCH] 2 --- public/css/launcher.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {