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} />
|
<MainHead {title} {subtitle} {description} {image} />
|
||||||
<body class="flex min-h-svh flex-col">
|
<body class="flex min-h-svh flex-col">
|
||||||
<Navbar {navbarDisplay} />
|
<Navbar {navbarDisplay} />
|
||||||
<main class="grow">
|
<main class="grow bg-white dark:bg-gray-950">
|
||||||
<slot />
|
<slot />
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Reference in New Issue
Block a user