fix: selectors
This commit is contained in:
parent
d86ddc6694
commit
5e9974f391
2 changed files with 3 additions and 3 deletions
|
@ -335,7 +335,7 @@ article [rel="author"] {
|
|||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
article p:first-child {
|
||||
article p:first-of-type {
|
||||
margin-top: .4rem;
|
||||
}
|
||||
|
||||
|
@ -473,7 +473,7 @@ li {
|
|||
margin: 0 0 .25rem;
|
||||
}
|
||||
|
||||
article p:first-child {
|
||||
article p:first-of-type {
|
||||
margin-top: .75rem;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue