Skip to content

Commit

Permalink
FIx Map
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Jan 10, 2025
1 parent e415296 commit c663494
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/climatemappedafrica/src/components/Hero/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,14 @@ function Map({
<Box
display="flex"
justifyContent="flex-start"
alignItems="flex-end"
flexDirection="column-reverse"
alignItems="flex-start"
gap={2}
sx={{
width: "100%",
width: {
xs: "170px",
md: "200px",
},
position: "absolute",
bottom: 0,
left: 0,
Expand Down

0 comments on commit c663494

Please sign in to comment.