Skip to content

Commit

Permalink
making change to page where new code gets added
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Sep 29, 2023
1 parent 6e820a2 commit 30bb68f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/docs/[content].html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</div>
<div x-show="leftSidebar" @click="leftSidebar=false" class="fixed inset-0 z-20 w-screen h-screen bg-black bg-opacity-[95%]"></div>

<div id="docs-content" class="flex items-start pb-10">
[static_js]
<div class="max-w-4xl pt-24 mx-auto mt-3 mr-0 md:pr-5 lg:mr-64 lg:pr-0">

<div class="flex items-start pb-10">

<div id="docs-content" class="max-w-4xl pt-24 mx-auto mt-3 mr-0 md:pr-5 lg:mr-64 lg:pr-0">
[static_js]
<include src="docs/home-header.html"></include>

<article class="w-full max-w-full prose-sm prose text-white lg:prose-md prose-invert">
Expand Down

0 comments on commit 30bb68f

Please sign in to comment.