diff --git a/public/css/hud.css b/public/css/hud.css index ee94cdf..9259e35 100644 --- a/public/css/hud.css +++ b/public/css/hud.css @@ -5,9 +5,9 @@ #hud { position: fixed; - /* Untere rechte Ecke des HUD = obere linke Ecke der Worldmap (2037x1018, zentriert) */ - right: calc(50vw + 1018.5px); - bottom: calc(50vh + 509px); + /* Obere linke Ecke der Worldmap (2037x1018, zentriert) */ + left: calc(50vw - 1018.5px); + top: calc(50vh - 509px); z-index: 1500;