варианты ответов в мобилке растягиваются на 100%
This commit is contained in:
parent
c377377ac6
commit
46f1540e25
@ -89,6 +89,7 @@ export const Variant = ({ currentQuestion }: VariantProps) => {
|
|||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
flexBasis: "100%",
|
flexBasis: "100%",
|
||||||
marginTop: "20px",
|
marginTop: "20px",
|
||||||
|
width: isMobile ? "100%" : undefined
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
|
@ -59,6 +59,7 @@ export const Varimg = ({ currentQuestion }: VarimgProps) => {
|
|||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
flexBasis: "100%",
|
flexBasis: "100%",
|
||||||
|
width: isMobile ? "100%" : undefined
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box sx={{ display: "flex", flexDirection: "column", width: "100%", gap: isMobile ? "20px" : undefined }}>
|
<Box sx={{ display: "flex", flexDirection: "column", width: "100%", gap: isMobile ? "20px" : undefined }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user