Less spacing only with paragraphs
This commit is contained in:
parent
825cbe548d
commit
3a7af4e16e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2024,8 +2024,8 @@ unless a heading is the very first element in the post content */
|
|||||||
margin-top: calc(56px * var(--content-spacing-factor, 1));
|
margin-top: calc(56px * var(--content-spacing-factor, 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add a small margin between a heading and anything after it */
|
/* Add a small margin between a heading and paragraph after it */
|
||||||
.gh-content > [id] + * {
|
.gh-content > [id] + p {
|
||||||
margin-top: calc(12px * var(--content-spacing-factor, 1));
|
margin-top: calc(12px * var(--content-spacing-factor, 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user