File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ const DocsLayout: React.FC<{
14
14
...props
15
15
} ) => {
16
16
return (
17
- < div className = 'max-w-8xl mx-auto px-4 sm:px-6 md:px-8' >
17
+ < div className = 'w-screen px-4 sm:px-6 md:px-8' >
18
18
< div className = 'fixed inset-0 top-[3.8125rem] left-[max(0px,calc(50%-45rem))] right-auto z-20 hidden w-64 overflow-y-auto border-r-2 border-r-slate-200 px-7 pb-10 dark:border-slate-700 lg:block' >
19
19
< LeftSidebarContent />
20
20
</ div >
21
21
< div className = 'lg:pl-72' >
22
- < div className = 'mx-auto max-w-3xl pt-10 xl:ml-0 xl:mr-[15.5rem] xl: max-w-none xl:pr-16 ' >
22
+ < div className = 'mx-auto max-w-3xl pt-10 xl:ml-0 2xl:ml-[ max(0px,calc(60%-45rem))] ' >
23
23
< main className = 'relative z-20 mt-8' > { props . children } </ main >
24
24
< footer className = 'py-4 px-3 mt-5 border-t-2 border-t-slate-300 dark:border-t-slate-700' >
25
25
< Markdown text = { footerText } />
You can’t perform that action at this time.
0 commit comments