Fix alignment bug on ItemPage
This commit is contained in:
parent
922e150020
commit
7620d3f315
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ function ItemPageOutfitPreview({ itemId }) {
|
||||||
return (
|
return (
|
||||||
<Stack
|
<Stack
|
||||||
direction={{ base: "column", md: "row" }}
|
direction={{ base: "column", md: "row" }}
|
||||||
|
align="center"
|
||||||
justify="center"
|
justify="center"
|
||||||
spacing="8"
|
spacing="8"
|
||||||
width="100%"
|
width="100%"
|
||||||
|
|
Loading…
Reference in a new issue