mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-30 04:52:05 +00:00
hw13 styles
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user