Change width and height

This commit is contained in:
Alireza Adli 2023-10-12 11:40:06 -04:00
parent d95af6e67f
commit 02ddf69d06

View File

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