Skip to content

Commit 0b1d704

Browse files
authored
feat: dfn sibling margin-bottom fixies (#210)
1 parent cf327ae commit 0b1d704

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/yfm.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
margin: 0 0 $indentXS;
5353
}
5454

55+
*:has(+ dfn) {
56+
//stylelint-disable-next-line declaration-no-important
57+
margin-bottom: 0 !important;
58+
}
59+
5560
img {
5661
margin-bottom: $indentM;
5762
margin-top: $indentXS;

0 commit comments

Comments
 (0)