Merge pull request #1029 from M27afk/566-responsive-on-large-screen

Update Layout.tsx
This commit is contained in:
João Demenech 2023-10-06 10:29:49 -03:00 committed by GitHub
commit c5e17810af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,8 +105,7 @@ export const Layout: React.FC<Props> = ({
<div <div
className={clsx( className={clsx(
"max-w-8xl mx-auto px-4 md:px-8", "max-w-8xl mx-auto px-4 md:px-8",
showSidebar && "lg:ml-[18rem]", showSidebar && "lg:ml-[18rem]"
showToc && "xl:mr-[18rem]"
)} )}
> >
{/* SIDEBAR */} {/* SIDEBAR */}