Enlarge the map by changing the width value-5
This commit is contained in:
parent
5edfb2d48a
commit
01dab19220
@ -23,7 +23,7 @@ export function CityMap() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div id="map" style={{ width: '900px', height: '650px' }}></div>
|
||||
<div id="map" style={{ width: '930px', height: '650px' }}></div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user