From 66aa131be559a6c0f35f6ff2eaed262dfab2c45c Mon Sep 17 00:00:00 2001 From: Sendou Date: Fri, 20 Mar 2020 02:41:36 +0200 Subject: [PATCH] centered maps on plus page --- frontend-react/src/components/plus/Maplist.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" /> ) })}