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 committed by Joas Schilling
parent bc604299b5
commit 4158f386b5
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}