add a bit of space around paragraphs

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-01-16 22:25:27 -06:00
父節點 aadfadfcf1
當前提交 6ba7ba6e0c
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 9CE5ED29E7FCD38A

查看文件

@ -551,6 +551,9 @@ span.version {
flex-basis: 90%;
}
#apps-list .app-description p {
margin: 10px 0;
}
#apps-list .app-description ul {
list-style: disc;
}