Skip to content

Commit bb4f17a

Browse files
revert(QuizRadioGroup): revert breakpoint alignment of question text
1 parent 342fba1 commit bb4f17a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Quiz/QuizRadioGroup.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ const QuizRadioGroup: React.FC<IProps> = ({
143143
// Render QuizRadioGroup
144144
return (
145145
<Stack spacing="6" {...getRootProps()} w="100%">
146-
<Text textAlign="center" fontWeight="700" size="2xl">
146+
<Text
147+
textAlign={{ base: "center", md: "left" }}
148+
fontWeight="700"
149+
size="2xl"
150+
>
147151
{t(prompt)}
148152
</Text>
149153

0 commit comments

Comments
 (0)