Skip to content

Commit

Permalink
lesson guide
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Sep 8, 2024
1 parent 755ef6c commit e9810ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ function App() {
</Box>
<Box
sx={(theme) => ({
// 1. remove `background`, `border`, and `boxShadow` styles for mobile breakpoint
// https://mui.com/material-ui/customization/breakpoints/
padding: "2rem",
maxWidth: "400px",
margin: "auto",
Expand Down

0 comments on commit e9810ab

Please sign in to comment.