feature/redesign #3

Merged
konrad merged 28 commits from feature/redesign into main 2022-01-29 17:14:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8f35cf0a68 - Show all commits

View File

@ -1,7 +1,7 @@
{{ partial "header.html" . }}
<div class="max-w-screen-xl mx-auto mt-4">
<article class="prose prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-h1:font-title prose-h1:font-bold">
<article class="max-w-none prose prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-h1:font-title prose-h1:font-bold">
{{ partial "headline-hash.html" .Content }}
</article>
</div>