chore: Update footer layout and content

This commit is contained in:
Sean Morley
2024-05-29 18:24:21 +00:00
parent 3076b78c97
commit 762096ae04
2 changed files with 23 additions and 62 deletions

View File

@@ -30,17 +30,11 @@
});
</script>
<!-- passes the user object to the navbar component -->
<Navbar user={data.user} />
<section>
<slot />
</section>
<!-- <Footer /> -->
<!-- <style>
section {
margin-top: 2rem;
margin-bottom: 5rem;
/* gives the footer space! */
}
</style> -->
<div class="flex flex-col min-h-screen">
<!-- passes the user object to the navbar component -->
<Navbar user={data.user} />
<main class="flex-grow">
<slot />
</main>
<Footer />
</div>