diff --git a/src/components/atoms/MapPin/MapPin.tsx b/src/components/atoms/MapPin/MapPin.tsx index e0671f0..3785dfa 100644 --- a/src/components/atoms/MapPin/MapPin.tsx +++ b/src/components/atoms/MapPin/MapPin.tsx @@ -136,7 +136,7 @@ export const MapPin = React.forwardRef( sx={{ display: 'flex', flexDirection: 'column', - alignItems: 'flex-start', + alignItems: 'center', maxWidth: MAX_WIDTH, py: 0.5, px: PIN_PX,