docs: testing + docs

This commit is contained in:
Felix Roos 2022-12-30 19:54:02 +01:00
parent 6961388545
commit 8483868783
5 changed files with 101 additions and 3 deletions

View file

@ -21,7 +21,7 @@ const title = frontmatter.title;
<span>On this Page:</span>
<TableOfContents client:media="(max-width: 50em)" headings={headings} />
</nav> -->
<div class="prose prose-invert max-w-full">
<div class="prose prose-invert max-w-full pb-8">
<slot />
</div>
</section>