mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 11:55:13 +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 }) => {
|
||||
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 a new issue