Initial Docs (#39)

This commit is contained in:
Ollie Taylor
2023-07-09 22:18:06 +01:00
committed by GitHub
parent 9232f4d52e
commit e01855b89b
51 changed files with 3056 additions and 613 deletions
+9
View File
@@ -0,0 +1,9 @@
<script lang="ts">
</script>
<!-- <div class="relative mx-auto w-full max-w-7xl p-4 sm:px-6 lg:px-8"> -->
<div class="relative mx-auto w-full max-w-prose p-4 text-lg sm:px-6 lg:px-8">
<section class="w-full">
<slot />
</section>
</div>