Skip to content

Commit 628ad2b

Browse files
committed
remove unnecessary w-full
1 parent d3e1b06 commit 628ad2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/NextraLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ export default function NextraLayout({ children, pageOpts, pageProps }: NextraTh
625625

626626
<main>
627627
<header className="h-16 border-b border-white/8"></header>
628-
<div className="w-full px-8 py-12 md:px-26">
628+
<div className="px-8 py-12 md:px-26">
629629
<article
630630
className={`
631631
text-p20 mx-auto max-w-[min(50vw,80ch)]

0 commit comments

Comments
 (0)