Increase line height for contents

This commit is contained in:
dtonon
2024-07-24 21:38:01 +02:00
parent 028e0a1ef6
commit 21d988651a

View File

@@ -21,7 +21,7 @@ templ noteTemplate(params NotePageParams) {
<img src={ params.Cover } alt={ params.Alt } class="mt-1"/>
}
<!-- main content -->
<div dir="auto" class="leading-5" itemprop="articleBody">
<div dir="auto" class="leading-6" itemprop="articleBody">
@templ.Raw(params.Content)
</div>
}