Fix extra margins on multi-paragraph lists

This commit is contained in:
Foster Hangdaan 2023-11-28 21:56:00 -05:00
parent 7291d5ef22
commit 5dbf9fa28f
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -73,6 +73,10 @@ ol, ul {
&:last-of-type {
margin-bottom: 0;
}
p:first-of-type {
margin-top: 0;
margin-bottom: 0;
}
}
}