Fix alignment bug on ItemPage

This commit is contained in:
Emi Matchu 2021-02-06 15:21:57 -08:00
parent 922e150020
commit 7620d3f315

View file

@ -695,6 +695,7 @@ function ItemPageOutfitPreview({ itemId }) {
return (
<Stack
direction={{ base: "column", md: "row" }}
align="center"
justify="center"
spacing="8"
width="100%"