add margins to paragraphs in description
This commit is contained in:
parent
4b2b4d2e6b
commit
ddae0d2956
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ ul > li:before {
|
|||
}
|
||||
|
||||
.doc-description p {
|
||||
margin: 0;
|
||||
margin: .5em 0 0 0;
|
||||
}
|
||||
|
||||
.doc-link-intro:before {
|
||||
|
|
Loading…
Reference in a new issue