Skip to content

Commit 2362ac0

Browse files
Saumya40-codesbenjagm
authored andcommitted
fix: extra width on the pages
1 parent cb46d76 commit 2362ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_document.page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MyDocument extends Document {
1616
<link href='https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=JetBrains+Mono:wght@300;400&display=swap' rel='stylesheet' />
1717
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/@docsearch/css@3' />
1818
</Head>
19-
<body className='w-screen relative'>
19+
<body className='relative'>
2020
<Main />
2121
<NextScript />
2222
</body>

0 commit comments

Comments
 (0)