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