Add mobile layout

This commit is contained in:
Jon Staab
2024-10-09 16:11:23 -07:00
parent 05b320cd98
commit 09c3668afd
33 changed files with 513 additions and 185 deletions
+4
View File
@@ -0,0 +1,4 @@
<div class="column gap-2 py-4 max-w-xs m-auto">
<h1 class="heading"><slot name="title" /></h1>
<p class="text-center"><slot name="info" /></p>
</div>