Improved documentation

+ fix card-sectioning (:last-child)
This commit is contained in:
Lucas 2019-12-02 12:42:25 +07:00
parent 434cbe02ac
commit 5f4b78a22c
13 changed files with 56 additions and 52 deletions

View file

@ -1198,7 +1198,7 @@ article {
}
}
article > *:not(footer):not(pre):last-child {
article > *:not(header):not(footer):not(pre):last-child {
margin-bottom: 0;
}