minor style tweak
This commit is contained in:
parent
3092cf9a51
commit
b3ead75772
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ function OutfitPreview({ outfitState, dispatchToOutfit }) {
|
||||||
<Box
|
<Box
|
||||||
// Bottom toolbar on small screens, top on large screens
|
// Bottom toolbar on small screens, top on large screens
|
||||||
pos="absolute"
|
pos="absolute"
|
||||||
left="0"
|
left="2"
|
||||||
right="0"
|
right="2"
|
||||||
bottom={{ base: "2", lg: "auto" }}
|
bottom={{ base: "2", lg: "auto" }}
|
||||||
top={{ base: "auto", lg: "2" }}
|
top={{ base: "auto", lg: "2" }}
|
||||||
// Grid layout for the content!
|
// Grid layout for the content!
|
||||||
|
|
Loading…
Reference in a new issue