From feb6753de308485d74f4463c539fcfd17937681f Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sun, 15 Oct 2023 11:27:39 +0200 Subject: [PATCH] Fixed width not being 100% --- src/components/maps/WorldMap.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/maps/WorldMap.astro b/src/components/maps/WorldMap.astro index 4be945a9..5050dfd6 100644 --- a/src/components/maps/WorldMap.astro +++ b/src/components/maps/WorldMap.astro @@ -236,6 +236,7 @@ body { #world { height: 100%; + width: 100%; } }