fix ccs for last <p> and <ul> elements
This commit is contained in:
parent
ba416a691d
commit
97512f2276
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue