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:
parent
c9603a40ea
commit
71bb593974
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function UserOutfitsPageContent() {
|
|||
}
|
||||
|
||||
return (
|
||||
<Wrap spacing="4">
|
||||
<Wrap spacing="4" justify="space-around">
|
||||
{outfits.map((outfit) => (
|
||||
<WrapItem key={outfit.id}>
|
||||
<OutfitCard outfit={outfit} />
|
||||
|
|
Loading…
Reference in a new issue