Skip to content

Commit

Permalink
Shifting CssBaseline into first box
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBathnes committed Jun 25, 2024
1 parent dbece47 commit 875e4bf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ const App = props => {

return (
<ThemeProvider theme={theme}>
<ScopedCssBaseline>
<Box
sx={{
width,
height,
padding: theme => theme.spacing(0.5)
}}
>
<Box
sx={{
width,
height,
padding: theme => theme.spacing(0.5)
}}
>
<ScopedCssBaseline>
<Box
sx={{
height: '100%',
Expand Down Expand Up @@ -96,8 +96,8 @@ const App = props => {
<Footer />
</Box>
</Box>
</Box>
</ScopedCssBaseline>
</ScopedCssBaseline>
</Box>
</ThemeProvider>
)
}
Expand Down

0 comments on commit 875e4bf

Please sign in to comment.