Change the px to % for width & height
This commit is contained in:
parent
01dab19220
commit
5602245ec0
@ -23,7 +23,7 @@ export function CityMap() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div id="map" style={{ width: '930px', height: '650px' }}></div>
|
||||
<div id="map" style={{ width: '350%', height: '300%' }}></div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user