mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 13:59:26 +00:00
parent
41069b3d10
commit
3a2a4b1cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ interface Props {
|
||||||
|
|
||||||
export const Layout: FC<Props> = ({ children }) => {
|
export const Layout: FC<Props> = ({ children }) => {
|
||||||
return (
|
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 />
|
<Header />
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue