hw13 styles

This commit is contained in:
2022-07-15 13:26:21 +02:00
parent 418b6ce1d8
commit 3667ba0c3e
7 changed files with 657 additions and 38 deletions

View File

@@ -19,7 +19,7 @@ export const Layout: FC<PropsType> = ({ children }) => {
<>
<Sidebar open={open} handleClose={handleClose} />
<Header handleOpen={handleOpen} />
{children}
<div style={{ paddingBottom: '200px' }}>{children}</div>
</>
)
}