Add prettier-plugin-css and update header border

This commit is contained in:
thiloho
2025-04-27 01:00:05 +02:00
parent 04b1282f12
commit 59f3226585
8 changed files with 101 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ const { title, description, pubDate, modDate, slug } = Astro.props;
<html lang="en" class="light">
<Head {title} {description} />
<body class="min-h-screen flex flex-col">
<body class="flex min-h-screen flex-col">
<Nav />
<Header {title} {pubDate} {modDate} {slug} />
<main class="flex-1 bg-white dark:bg-neutral-800">