Skip to content

Commit

Permalink
fix: adjust width of manual navigation (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo authored Jul 3, 2024
1 parent 62468c2 commit 8fd80f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/doc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function Page(props: Lume.Data, helpers: Lume.Helpers) {
</div>
</article>
{parentNavigation && (
<nav class="grid gap-8 grid-cols-2 items-center justify-between mt-6">
<nav class="grid gap-8 grid-cols-2 max-w-[66ch] items-center justify-between mt-6">
<div>
{parentNavigation[index! - 1] && (
<div>
Expand Down

0 comments on commit 8fd80f2

Please sign in to comment.