💄 fix game details description image size

This commit is contained in:
Lucas 2024-04-29 16:43:13 -03:00
parent 12e5f96274
commit ea58e88e27

View File

@ -246,7 +246,9 @@ globalStyle(`${description} img`, {
marginTop: `${SPACING_UNIT}px`,
marginBottom: `${SPACING_UNIT * 3}px`,
display: "block",
maxWidth: "100%",
width: "100%",
height: "auto",
objectFit: "cover",
});
globalStyle(`${description} a`, {