webapps.wiki: better spacing on article list.

master
John Benediktsson 2020-03-02 16:07:09 -08:00
parent 290d0ed7d2
commit 36553b34fb
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<t:title>All Articles</t:title>
<div class="description">
<ul>
<t:bind-each t:name="articles">
<li>
@ -11,5 +12,6 @@
</li>
</t:bind-each>
</ul>
</div>
</t:chloe>