варианты ответов в мобилке растягиваются на 100%
This commit is contained in:
parent
c377377ac6
commit
46f1540e25
@ -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 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user