This commit is contained in:
Nastya 2024-02-21 14:56:44 +03:00
parent 419bbef319
commit 8292ccee4b

@ -64,7 +64,7 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => {
component="img"
src={resultQuestion.content.back}
sx={{
width: spec ? "auto" : isMobile ? "100%" : "490px",
width: spec ? "100%" : isMobile ? "100%" : "490px",
height: spec ? "auto" : isMobile ? "100%" : "280px",
}}
></Box>