Skip to content

Commit

Permalink
Update Map
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 8, 2024
1 parent 9d50de7 commit b3b8c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/climatemappedafrica/src/components/Hero/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ function Map({
<Box
sx={{
position: "relative",
height: { sm: "350px", lg: "471px" },
width: { xs: "100%", sm: "300px", lg: "500px" },
height: "471px",
width: { xs: "100%", md: "300px", lg: "500px" },
marginTop: { sm: "55px", lg: "42px" },
"& .leaflet-container": {
background: "transparent",
Expand Down

0 comments on commit b3b8c09

Please sign in to comment.