Merge branch 'spec' into 'dev'

--

See merge request frontend/squzanswerer!84
This commit is contained in:
Nastya 2024-02-22 08:26:06 +00:00
commit 596efd79db

@ -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>