Skip to content

Commit

Permalink
chore: Update Hero Map component alignment and height
Browse files Browse the repository at this point in the history
Adjust the alignment of the Hero Map component in the Climatemapped Africa app to align items at the bottom instead of the center. Also, increase the height of the component from 80 to 108 pixels for better vertical alignment.
  • Loading branch information
koechkevin committed Nov 12, 2024
1 parent 63c55af commit 0ce3894
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 @@ -111,10 +111,10 @@ function Map({
<Box
display="flex"
justifyContent="space-between"
alignItems="center"
alignItems="flex-end"
gap={2}
sx={{
height: 80,
height: 108,
width: "100%",
mb: 1,
}}
Expand Down

0 comments on commit 0ce3894

Please sign in to comment.