feat: add ci

This commit is contained in:
2024-04-03 16:18:30 +02:00
parent 195d7dab5d
commit a301e71e95
13 changed files with 274 additions and 23 deletions

View File

@@ -72,7 +72,7 @@ const { title, width = "compact" } = Astro.props;
<header>
<Nav />
</header>
<main class="flex flex-col mt-4xl gap-y-2xl">
<main id="main-content" class="flex flex-col mt-4xl gap-y-2xl">
<slot />
</main>
<LanguagePicker />