Skip to content

Commit

Permalink
Merge pull request #1029 from M27afk/566-responsive-on-large-screen
Browse files Browse the repository at this point in the history
Update Layout.tsx
  • Loading branch information
demenech committed Oct 6, 2023
2 parents c16970f + 5f2f065 commit c5e1781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/ui/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ export const Layout: React.FC<Props> = ({
<div
className={clsx(
"max-w-8xl mx-auto px-4 md:px-8",
showSidebar && "lg:ml-[18rem]",
showToc && "xl:mr-[18rem]"
showSidebar && "lg:ml-[18rem]"
)}
>
{/* SIDEBAR */}
Expand Down

0 comments on commit c5e1781

Please sign in to comment.