fix: photo roll height

This commit is contained in:
Nikola Ubavic 2022-07-28 20:24:18 +02:00 committed by Rafael
parent a29f3fc13c
commit a247b3661e

View file

@ -13,9 +13,10 @@ const useStyles = makeStyles({
display: 'flex' display: 'flex'
}, },
imgInner: { imgInner: {
objectFit: 'cover', objectFit: 'contain',
objectPosition: 'center', objectPosition: 'center',
width: 500, width: 500,
height: 400,
marginBottom: 40 marginBottom: 40
} }
}) })