🐛 Term view is missing a margin before content list

This commit is contained in:
Nuno Coração
2022-12-21 19:49:19 +00:00
parent 9059b558af
commit 6787cded15
41 changed files with 5 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
</div>
</header>
{{ if .Content }}
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
<section class="flex flex-col max-w-full mt-0 mb-5 prose dark:prose-invert lg:flex-row">
<div class="min-w-0 min-h-0 max-w-prose">
{{ .Content | emojify }}
</div>