варианты ответов в мобилке растягиваются на 100%

This commit is contained in:
Tamara 2024-02-17 00:30:39 +03:00
parent c377377ac6
commit 46f1540e25
2 changed files with 2 additions and 0 deletions

@ -89,6 +89,7 @@ export const Variant = ({ currentQuestion }: VariantProps) => {
justifyContent: "space-between",
flexBasis: "100%",
marginTop: "20px",
width: isMobile ? "100%" : undefined
}}
>
<Box

@ -59,6 +59,7 @@ export const Varimg = ({ currentQuestion }: VarimgProps) => {
flexDirection: "row",
justifyContent: "space-between",
flexBasis: "100%",
width: isMobile ? "100%" : undefined
}}
>
<Box sx={{ display: "flex", flexDirection: "column", width: "100%", gap: isMobile ? "20px" : undefined }}>