From c447e58fa82f7f6eedb763a054f73d553800ad77 Mon Sep 17 00:00:00 2001 From: cay Date: Sun, 29 Mar 2026 11:08:56 +0100 Subject: [PATCH] xghkm --- public/css/launcher.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/css/launcher.css b/public/css/launcher.css index 3983fdb..71a9c31 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -2,28 +2,28 @@ html, body { margin: 0; padding: 0; - width: 100%; - height: 100%; - overflow: hidden; background: #0a0603; + overflow: hidden; + width: 100vw; + height: 100vh; + display: flex; + align-items: center; + justify-content: center; } .worldmap { position: relative; - width: 100vw; - height: 100vh; - overflow: hidden; + width: 2037px; + height: 1018px; + flex-shrink: 0; } .map-image { position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - min-width: 100%; - min-height: 100%; - width: auto; - height: auto; + top: 0; + left: 0; + width: 100%; + height: 100%; object-fit: cover; }