Skip to content

Commit 3a7af4e

Browse files
Less spacing only with paragraphs
1 parent 825cbe5 commit 3a7af4e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,8 +2024,8 @@ unless a heading is the very first element in the post content */
20242024
margin-top: calc(56px * var(--content-spacing-factor, 1));
20252025
}
20262026

2027-
/* Add a small margin between a heading and anything after it */
2028-
.gh-content > [id] + * {
2027+
/* Add a small margin between a heading and paragraph after it */
2028+
.gh-content > [id] + p {
20292029
margin-top: calc(12px * var(--content-spacing-factor, 1));
20302030
}
20312031

0 commit comments

Comments
 (0)