This commit is contained in:
Alireza Adli 2023-10-19 14:46:53 -04:00
parent eb7a70de24
commit b7ba0ef73e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export function CityMap() {
return ( return (
<div className="map-container"> <div className="map-container">
<div id="map" style={{ width: '300px', height: '100vh' }}></div> <div id="map" style={{ width: '1100px', height: '100vh' }}></div>
</div> </div>
); );
} }

View File

@ -8,7 +8,7 @@
@media (min-width: 990px) { @media (min-width: 990px) {
.map-container { .map-container {
top: 0; top: 0;
left: 270px; left: 250px;
} }
} }
.leaflet-container { .leaflet-container {