Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add secondary navbar to docs #492

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
fix padding on content area
  • Loading branch information
donjo committed Jun 11, 2024
commit 17355fec0f2fbd0fc46b35e2c8d92c9bd40b70d1
2 changes: 1 addition & 1 deletion src/components/APIReferenceIndex/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const APIReferenceIndex: React.FC<APIReferenceIndexProps> = ({ apiLinks }) => {
title={"Deno: the easiest, most secure JavaScript runtime"}
description="Reference documentation for the Deno runtime and Deno Deploy"
>
<div className="w-full mt-8 h-screen max-w-screen-xl mx-auto">
<div className="w-full my-8 h-screen max-w-screen-xl px-8">
<div className="max-w-prose flex flex-col gap-8 mt-32">
<header>
<h1 className="text-3xl mb-2">Deno API Reference</h1>
Expand Down
Loading