We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92c6f3 commit a0e956aCopy full SHA for a0e956a
1 file changed
default.css
@@ -125,6 +125,14 @@
125
line-height: 0.5em;
126
}
127
128
+ /* Style for paragraphs I know are in MD-genned lists */
129
+ [data-md] > :first-child {
130
+ margin-top: 0;
131
+ }
132
+ [data-md] > :last-child {
133
+ margin-bottom: 0;
134
135
+
136
/** Inline Lists **************************************************************/
137
/* This is mostly to make the list inside the CR exit criteria more compact. */
138
0 commit comments