Importing chill-site repo here #10

Merged
damercier merged 77 commits from chill-site-repo into main 2026-04-14 19:42:03 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit ffb90dcb2b - Show all commits
-1
View File
@@ -1876,7 +1876,6 @@ body {
.container {
margin-left: auto;
margin-right: auto;
max-width: 80rem;
padding-left: 1rem;
padding-right: 1rem;
}
@@ -1,5 +1,5 @@
{{ define "main" }}
<div class="mx-auto px-4 py-8 mb-12 flex-1">
<div class="container mx-auto px-4 py-8 mb-12 flex-1">
<h1 class="text-4xl font-bold text-center mb-5">{{ .Title }}</h1>
{{ with .Params.description }}
<p class="text-center text-gray-500 sm:text-xl mb-5">{{ . | markdownify }}</p>