Add smooth scrolling and move simple markdown out of directories

This commit is contained in:
thiloho
2025-04-27 06:43:35 +02:00
parent 6534a8d330
commit b1b19ac676
7 changed files with 11 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ interface Props {
const { title, description, pubDate, modDate, slug } = Astro.props;
---
<html lang="en" class="light">
<html lang="en" class="scroll-smooth">
<Head {title} {description} />
<body class="flex min-h-screen flex-col">
<Nav />