Skip to content

Commit

Permalink
Reduce side padding to fit better on phones
Browse files Browse the repository at this point in the history
  • Loading branch information
vijexa committed Dec 22, 2023
1 parent 414fb9a commit 893257e
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 @@ -84,7 +84,7 @@ function App() {
direction="column"
spacing={2}
sx={{
padding: '16px',
padding: '16px 8px',
overflowY: 'auto',
flexShrink: 1,
}}
Expand Down

0 comments on commit 893257e

Please sign in to comment.