Skip to content

Commit d13e04a

Browse files
committed
Merge branch 'shadcn-footer-link' of github.com:ethereum/ethereum-org-website into shadcn-footer-link
2 parents 34b7f1e + 6086b02 commit d13e04a

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)