Added a margin to the Root.jsx

This commit is contained in:
Mathias Wagner 2023-07-08 22:25:52 +02:00
parent 7514a23d7d
commit 6e9c92ac10
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -7,7 +7,7 @@ export const Root = () => {
<> <>
<Navigation/> <Navigation/>
<Box height="100vh" display="flex" flexDirection="column"> <Box height="100vh" display="flex" flexDirection="column" sx={{ml: 5, mr: 5}}>
<Toolbar/> <Toolbar/>
<Outlet/> <Outlet/>
</Box> </Box>