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
parent aadfadfcf1
commit 6ba7ba6e0c
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A

View File

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