Skip to content

Commit

Permalink
cleaning up content body padding
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo committed Jun 11, 2024
1 parent fdce4f8 commit f38fc44
Showing 1 changed file with 1 addition and 1 deletion.
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 my-8 h-screen max-w-screen-xl px-8">
<div className="w-full my-2 lg:my-8 max-w-screen-xl px-8 lg:px-16 xl:px-24">
<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

0 comments on commit f38fc44

Please sign in to comment.