Skip to content

Commit

Permalink
Information sous la question qui prend toute la largeur
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Apr 3, 2024
1 parent 8599506 commit 85079e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/QuestionDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ export default function QuestionDescription({ currentQuestion, rule }) {
align-items: center;
`}
>
<Card>
<Card
css={`
width: 100%;
`}
>
<span
css={`
display: flex;
Expand Down

0 comments on commit 85079e9

Please sign in to comment.