fix ccs for last <p> and <ul> elements

This commit is contained in:
Helmut Merz 2022-02-19 10:29:45 +01:00
parent ba416a691d
commit 97512f2276

View file

@ -21,7 +21,7 @@ p {
font-family: $font-family-sans-serif;
}
p:last-of-type, ul:last-of-type {
p:last-child, ul:last-child {
margin-bottom: 0;
}