diff --git a/frontend-react/src/components/plus/Maplist.tsx b/frontend-react/src/components/plus/Maplist.tsx index acc42c140..62a1fd47b 100644 --- a/frontend-react/src/components/plus/Maplist.tsx +++ b/frontend-react/src/components/plus/Maplist.tsx @@ -33,8 +33,9 @@ const MaplistCard: React.FC = ({ modeShort, stages }) => { src={mapIcons[stage]} size="lg" my="5px" - mr="0.5em" + mx="0.2em" title={stage} + textAlign="center" /> ) })}