Skip to content

Commit

Permalink
mobile responsive width
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Jan 8, 2024
1 parent cf4a8d1 commit 406b257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function App() {
const [, setQuizResult] = useState()

return (
<div style={{ margin: 'auto', width: '500px' }}>
<div style={{ margin: 'auto' }}>
<Quiz
quiz={quiz}
shuffle
Expand Down

0 comments on commit 406b257

Please sign in to comment.