center outfits, helps a lot on mobile

I pulled it up on my phone, and there was only one column, and being left-aligned for that was bleck!

This is a good spacing compromise, I think :)
This commit is contained in:
Emi Matchu 2021-01-04 09:36:01 +00:00
parent c9603a40ea
commit 71bb593974

View file

@ -83,7 +83,7 @@ function UserOutfitsPageContent() {
} }
return ( return (
<Wrap spacing="4"> <Wrap spacing="4" justify="space-around">
{outfits.map((outfit) => ( {outfits.map((outfit) => (
<WrapItem key={outfit.id}> <WrapItem key={outfit.id}>
<OutfitCard outfit={outfit} /> <OutfitCard outfit={outfit} />