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'
},
imgInner: {
objectFit: 'cover',
objectFit: 'contain',
objectPosition: 'center',
width: 500,
height: 400,
marginBottom: 40
}
})