--
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user