Update vertical rhythm

This commit is contained in:
John O'Nolan 2019-12-06 14:43:34 +07:00
parent 9da6f3b22e
commit 799280d03a
1 changed files with 2 additions and 2 deletions

View File

@ -84,13 +84,13 @@
margin-top: 1.5rem; margin-top: 1.5rem;
} }
.gh-content [id] { .gh-content [id]:not(:first-child) {
margin: 1.5em 0 0; margin: 1.5em 0 0;
} }
.gh-content [id] + .kg-card, .gh-content [id] + .kg-card,
.gh-content blockquote + .kg-card { .gh-content blockquote + .kg-card {
margin-top: 1.5rem; margin-top: 6vmin;
} }
.gh-canvas blockquote, .gh-canvas blockquote,