Skip to content

Commit

Permalink
fix: the margin of markdown first child
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 3, 2018
1 parent 584d2d1 commit c17923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/markdown.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "vars.css";

.markdown-body {
& >*:first-child {
& >*:first-child:not(h2) {
margin-top: 0;
}

Expand Down

0 comments on commit c17923b

Please sign in to comment.