--
All checks were successful
Deploy / CreateImage (push) Successful in 7m25s
Deploy / DeployService (push) Successful in 21s

This commit is contained in:
skeris 2025-05-15 00:56:20 +03:00
parent 39fa3d7dac
commit f0bdb71584

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