Add tight spacing class for use with lists

This commit is contained in:
Hornwitser 2025-02-16 23:56:49 +01:00
parent 9f15da0835
commit 22365ff977
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,7 @@ const content = <>
<p>
This has some interesting advantages:
</p>
<ul>
<ul class="tight">
<li>
HTML content is only generated when it's changed, rather than being redone on every request.
</li>