Change the width

This commit is contained in:
Alireza Adli 2023-10-12 16:57:38 -04:00
parent c24379671d
commit ed8e4713ec

View File

@ -23,7 +23,7 @@ export function CityMap() {
}, []);
return (
<div id="map" style={{ width: '900px', height: '100vh' }}></div>
<div id="map" style={{ width: '1600px', height: '100vh' }}></div>
);
}