[PIE-29] New recipe form submission #15

Merged
breadone merged 10 commits from PIE-29 into main 2025-08-22 16:43:41 +12:00
Showing only changes of commit b3d36afdc7 - Show all commits

View File

@ -10,7 +10,7 @@ import Header from "@/components/Header";
<body>
<main id="main" class="flex-1">
<Header/>
<div class="px-3 md:px-5 pt-2">
<div class="px-3 mb-5 md:px-5 pt-2">
<slot />
</div>
</main>