detail view, linked list, layout tweaks

This commit is contained in:
2025-06-22 01:12:03 +02:00
parent 6c48ed2925
commit 3eddcc5f6a
7 changed files with 115 additions and 136 deletions

View File

@@ -9,7 +9,9 @@ const { title = "Just a title", description = "Adescription" } = Astro.props;
<Head {title} {description} />
<body>
<Navigation />
<slot />
<div class="container max-w-4xl mx-auto p-4">
<slot />
</div>
</body>
</html>