--
Some checks failed
Deploy / CreateImage (push) Successful in 5m18s
Deploy / DeployService (push) Failing after 26s

This commit is contained in:
skeris 2025-05-15 00:56:20 +03:00 committed by Nastya
parent 39fa3d7dac
commit adb049bfff
2 changed files with 3 additions and 3 deletions

@ -129,7 +129,7 @@ export const TextSpecial = ({ currentQuestion, answer, stepNumber }: TextSpecial
<img
key={currentQuestion.id}
src={currentQuestion.content.back}
style={{ width: "100%", height: "100%", objectFit: "cover" }}
style={{ width: "100%", height: "100%", objectFit: "contain" }}
alt=""
/>
</Box>

@ -61,7 +61,7 @@ export const TextSpecialHorisontal = ({ currentQuestion, answer, stepNumber }: T
<img
key={currentQuestion.id}
src={currentQuestion.content.back}
style={{ width: "100%", height: "100%", objectFit: "cover" }}
style={{ width: "100%", height: "100%", objectFit: "contain" }}
alt=""
/>
</Box>
@ -102,7 +102,7 @@ export const TextSpecialHorisontal = ({ currentQuestion, answer, stepNumber }: T
<img
key={currentQuestion.id}
src={currentQuestion.content.back}
style={{ width: "100%", height: "100%", objectFit: "cover" }}
style={{ width: "100%", height: "100%", objectFit: "contain" }}
alt=""
/>
</Box>