Change the width
This commit is contained in:
parent
c24379671d
commit
ed8e4713ec
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user