Fix again a (complex) css fragment
This commit is contained in:
parent
27fae90f4d
commit
afd29fefb0
1 changed files with 3 additions and 3 deletions
|
@ -142,9 +142,9 @@ article ul li::before {
|
|||
|
||||
* + h2,
|
||||
* + h3,
|
||||
h2 + p,
|
||||
h2 + .highlighter-rouge,
|
||||
h2 + pre
|
||||
h2:not(:first-child) + p,
|
||||
h2:not(:first-child) + .highlighter-rouge,
|
||||
h2:not(:first-child) + pre
|
||||
{
|
||||
padding-top: 5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue