Skip to content

Commit

Permalink
Update [...path].astro
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed Jun 9, 2024
1 parent 259eb36 commit 5db17fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marketing-astro/src/pages/docs/[...path].astro
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const sections = await getFiles();
</div>

<div
class="min-w-0 max-w-4xl flex-auto prose px-4 py-16 lg:pl-8 lg:pr-0 xl:px-12 h-full"
class="min-w-0 max-w-4xl flex-auto prose px-4 pt-24 pb-16 md:py-16 lg:pl-8 lg:pr-0 xl:px-12 h-full"
>
<Fragment set:html={html} />

Expand Down

0 comments on commit 5db17fb

Please sign in to comment.