Add tight spacing class for use with lists
This commit is contained in:
parent
9f15da0835
commit
22365ff977
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue