parent
41069b3d10
commit
3a2a4b1cbf
@ -12,7 +12,7 @@ interface Props {
|
||||
|
||||
export const Layout: FC<Props> = ({ children }) => {
|
||||
return (
|
||||
<Container maxW={{ base: 'container.sm', md: 'container.2xl' }} my={{ base: 4, md: 7 }}>
|
||||
<Container maxW={{ base: 'full', md: 'container.2xl' }} my={{ base: 4, md: 7 }}>
|
||||
<Header />
|
||||
|
||||
{children}
|
||||
|
Loading…
Reference in New Issue
Block a user