Enlarge the map by changing width and height values-3
This commit is contained in:
parent
71dc5bb1a7
commit
b8b5140944
@ -23,7 +23,7 @@ export function CityMap() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div id="map" style={{ width: '350%', height: '620px' }}></div>
|
||||
<div id="map" style={{ width: '350px', height: '620px' }}></div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user