Make header.css and map.css relative

This commit is contained in:
Alireza Adli 2023-10-19 15:39:13 -04:00
parent 99e9b4ac12
commit 962877177c

View File

@ -23,7 +23,7 @@ export function CityMap() {
}, []);
return (
<div id="map" style={{ width: '1100px', height: '100vh' }}></div>
<div id="map" style={{ width: '100%', height: '100vh' }}></div>
);
}