Make background colour consistent when page doesn't fully cover screen
This commit is contained in:
@@ -28,7 +28,7 @@ import MainHead from "@layouts/MainHead.astro";
|
||||
<MainHead {title} {subtitle} {description} {image} />
|
||||
<body class="flex min-h-svh flex-col">
|
||||
<Navbar {navbarDisplay} />
|
||||
<main class="grow">
|
||||
<main class="grow bg-white dark:bg-gray-950">
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user