Skip to content

Commit

Permalink
docs: fixed too much X padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jul 9, 2024
1 parent 0eabe65 commit b120101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function DocsLayout({ children }: PropsWithChildren) {
<div className="relative">
{/* <Banner /> */}
<DocsNavbar {...state} />
<div className="mx-auto w-full max-w-8xl px-4 lg:flex">
<div className="mx-auto w-full max-w-8xl lg:flex lg:px-4">
<DocsSidebar {...state} />
<div className="w-full min-w-0">{children}</div>
</div>
Expand Down

0 comments on commit b120101

Please sign in to comment.