Merge pull request #104 from fxwss/fix/description-image-sizing

💄 fix game details description image size
This commit is contained in:
Hydra 2024-04-30 03:31:05 +01:00 committed by GitHub
commit 0eae40793f

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`, {