Change the % value for width & height

This commit is contained in:
Alireza Adli 2023-10-05 15:27:45 -04:00
parent 5602245ec0
commit 7e4fe071a6

View File

@ -23,7 +23,7 @@ export function CityMap() {
}, []);
return (
<div id="map" style={{ width: '350%', height: '300%' }}></div>
<div id="map" style={{ width: '200%', height: '900%' }}></div>
);
}