Fix line height

This commit is contained in:
Daniele Tonon
2024-03-07 22:18:26 +01:00
parent 59ed336e6d
commit dbe23866ff

View File

@@ -19,7 +19,7 @@ templ noteTemplate(params NotePageParams) {
</h1>
}
<!-- main content -->
<div dir="auto" class="leading-4">
<div dir="auto" class="leading-5">
@templ.Raw(params.Content)
</div>
}