add margins to paragraphs in description

This commit is contained in:
Tomáš Mládek 2020-05-01 13:24:24 +02:00
parent 4b2b4d2e6b
commit ddae0d2956

View file

@ -186,7 +186,7 @@ ul > li:before {
}
.doc-description p {
margin: 0;
margin: .5em 0 0 0;
}
.doc-link-intro:before {