centered maps on plus page

This commit is contained in:
Sendou 2020-03-20 02:41:36 +02:00
parent b82c778466
commit 66aa131be5

View File

@ -33,8 +33,9 @@ const MaplistCard: React.FC<MaplistCardProps> = ({ modeShort, stages }) => {
src={mapIcons[stage]}
size="lg"
my="5px"
mr="0.5em"
mx="0.2em"
title={stage}
textAlign="center"
/>
)
})}