Skip to content

Commit

Permalink
Padding update
Browse files Browse the repository at this point in the history
  • Loading branch information
chamhayden committed Sep 14, 2024
1 parent 828c7f5 commit 3ecc781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/page/Site.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const SiteWrapper = ({ children }) => {
<CssBaseline />
<Header pageTitle={getters.title} sidebarWidth={sidebarRealTimeWidth} menuToggle={() => setters.setSidebarOpen(!getters.sidebarOpen)} />
<Navbar drawerWidth={drawerWidth} />
<Box component="main" sx={{ flexGrow: 1}}>
<Box component="main" sx={{ flexGrow: 1, padding: '20px'}}>
<Toolbar />
<Outlet />
</Box>
Expand Down

0 comments on commit 3ecc781

Please sign in to comment.