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

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