minor style tweak

This commit is contained in:
Matt Dunn-Rankin 2020-04-25 05:39:07 -07:00
parent 3092cf9a51
commit b3ead75772

View file

@ -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!