diff --git a/src/games/components/StarveGame.vue b/src/games/components/StarveGame.vue index 899210f..0320395 100644 --- a/src/games/components/StarveGame.vue +++ b/src/games/components/StarveGame.vue @@ -3555,17 +3555,11 @@ function freshClass(f) { } .ds-map canvas { border-radius: 6px; - image-rendering: pixelated; - width: 192px; - height: 144px; - max-width: 80vw; + image-rendering: pixelated; width: 360px; height: 270px; max-width: 80vw; } - width: 360px; - height: 270px; - max-width: 80vw; .map-note { color: #b8a888; font-size: 11px;