Added a margin to the Root.jsx
This commit is contained in:
parent
7514a23d7d
commit
6e9c92ac10
@ -7,7 +7,7 @@ export const Root = () => {
|
||||
<>
|
||||
<Navigation/>
|
||||
|
||||
<Box height="100vh" display="flex" flexDirection="column">
|
||||
<Box height="100vh" display="flex" flexDirection="column" sx={{ml: 5, mr: 5}}>
|
||||
<Toolbar/>
|
||||
<Outlet/>
|
||||
</Box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user