feat: add ci

This commit is contained in:
2024-04-03 16:18:30 +02:00
parent 93baa3b6b0
commit e800314589
13 changed files with 280 additions and 29 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 />