Skip to content

Commit 6086b02

Browse files
pettinaripwackerow
andauthored
Update src/layouts/BaseLayout.tsx
Co-authored-by: Paul Wackerow <[email protected]>
1 parent bddfa67 commit 6086b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BaseLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const BaseLayout = ({
5252
* layout on initial load.
5353
*/}
5454
<SkipLink />
55-
<div className="2xl:container 2xl:mx-auto">
55+
<div className="max-w-screen-2xl mx-auto">
5656
<Nav />
5757

5858
{/* TODO: FIX TRANSLATION BANNER LOGIC FOR https://github.com/ethereum/ethereum-org-website/issues/11305 */}

0 commit comments

Comments
 (0)