Skip to content

Commit

Permalink
docs: add more spacing between nav and content on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Jul 17, 2023
1 parent 150354b commit 310034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
<aside className="fixed top-14 z-20 -ml-2 hidden w-60 overflow-y-auto md:block">
<Navigation />
</aside>
<div className="md:pl-60">
<div className="md:pl-60 lg:pl-72">
<main className="max-w-3xl">{children}</main>
</div>
</div>
Expand Down

0 comments on commit 310034d

Please sign in to comment.