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