Pad content to footer, better handle carousel
Some checks are pending
Build and Deploy to Web Server / deploy (push) Has started running

This commit is contained in:
2025-08-21 16:19:18 +09:30
parent e790264b99
commit a37051afce
5 changed files with 51 additions and 43 deletions

View File

@@ -26,9 +26,9 @@ import MainHead from "@layouts/MainHead.astro";
<!doctype html>
<html lang="en">
<MainHead {title} {subtitle} {description} {image} />
<body>
<body class="flex min-h-svh flex-col">
<Navbar {navbarDisplay} />
<main>
<main class="grow">
<slot />
</main>
<Footer />