restore paragraph spacing

This commit is contained in:
rra 2021-07-13 14:49:30 +02:00
parent 84be92afe3
commit 4683802314

View File

@ -282,7 +282,11 @@ footer.post-footer {
flex-wrap: wrap;
}
.description p {
.description p:first-of-type {
margin:0;
}
.description ul:first-of-type {
margin:0;
}