Change width and height
This commit is contained in:
parent
6d63a66cdc
commit
b77b6dc0d1
@ -23,7 +23,7 @@ export function CityMap() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div id="map" style={{ width: '900px', height: '650px' }}></div>
|
||||
<div id="map" style={{ width: '100%', height: '100vh' }}></div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user