Skip to content

Commit

Permalink
fix: mobile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Sep 19, 2023
1 parent 05521e7 commit 8defc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/event/consequence.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Consequence() {
width={400}
height={400}
/>
<VStack width="500px">
<VStack width="full" maxW="500px">
<VStack textAlign="center">
<Text>{response}</Text>
<Text color="yellow.400">
Expand Down

0 comments on commit 8defc6e

Please sign in to comment.