Skip to content

Commit 56d42a6

Browse files
committed
provide more space for docs page content
1 parent 281635f commit 56d42a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/docPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function DocPage({
7777
'prose-blockquote:font-normal prose-blockquote:border-l-[3px] prose-em:font-normal prose-blockquote:text-[var(--gray-12)]',
7878
'prose-img:my-2',
7979
'prose-strong:text-[var(--gray-12)]',
80-
fullWidth ? 'max-w-none w-full' : 'w-[75ch] xl:max-w-[calc(100%-250px)]',
80+
fullWidth ? 'max-w-none w-full' : 'w-[85ch] xl:max-w-[calc(100%-220px)]',
8181
].join(' ')}
8282
>
8383
<div className="mb-4">

0 commit comments

Comments
 (0)