Visual and code overhaul, including Nix support
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m55s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m55s
This commit is contained in:
@@ -16,7 +16,7 @@ const metaTitle =
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-theme="light">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
@@ -28,8 +28,8 @@ const metaTitle =
|
||||
<meta name="description" content={description} />
|
||||
<title>{metaTitle}</title>
|
||||
</head>
|
||||
<body class="min-h-screen flex flex-col">
|
||||
<main class="container mx-auto px-4 py-8 flex-grow">
|
||||
<body class="min-h-screen flex flex-col bg-base-100">
|
||||
<main class="flex-grow">
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user