--
This commit is contained in:
parent
419bbef319
commit
8292ccee4b
@ -64,7 +64,7 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => {
|
|||||||
component="img"
|
component="img"
|
||||||
src={resultQuestion.content.back}
|
src={resultQuestion.content.back}
|
||||||
sx={{
|
sx={{
|
||||||
width: spec ? "auto" : isMobile ? "100%" : "490px",
|
width: spec ? "100%" : isMobile ? "100%" : "490px",
|
||||||
height: spec ? "auto" : isMobile ? "100%" : "280px",
|
height: spec ? "auto" : isMobile ? "100%" : "280px",
|
||||||
}}
|
}}
|
||||||
></Box>
|
></Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user