Skip to content

Commit

Permalink
Adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Oct 25, 2023
1 parent a5d0dde commit 0d0aa84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/antalmanac/src/components/Map/Marker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ const LocationMarker = forwardRef(
/>
)}

<Box display="flex" flexDirection="column" mx={2} my={1.25} gap={1.5}>
<Box display="flex" flexDirection="column">
<Box display="flex" flexDirection="column" mx={2} my={1.25} gap={1}>
<Box display="flex" flexDirection="column" gap={0.5}>
<Box display="flex" justifyContent="space-between" alignItems="flex-start">
<Typography fontSize={'1.25rem'} fontWeight={600}>
<Typography fontSize={'1.25rem'} lineHeight={1.25} fontWeight={600}>
{location}
</Typography>
{location && (
Expand Down

0 comments on commit 0d0aa84

Please sign in to comment.