Fix extra margins on multi-paragraph lists
This commit is contained in:
parent
7291d5ef22
commit
5dbf9fa28f
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ ol, ul {
|
|||
&:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
p:first-of-type {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue