We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dc23f commit 457ab13Copy full SHA for 457ab13
src/components/Markdown.res
@@ -150,7 +150,7 @@ module H2 = {
150
module H3 = {
151
@react.component
152
let make = (~id, ~children) =>
153
- <h3 className="group mt-8 mb-1 hl-4">
+ <h3 className="group mt-8 mb-4 hl-4">
154
children
155
<span className="ml-2">
156
<Anchor id />
@@ -190,7 +190,7 @@ module InlineCode = {
190
191
let make = (~children) =>
192
<code
193
- className="md-inline-code px-2 py-0.5 text-14 text-gray-60 font-mono rounded-sm bg-gray-10-tr border border-gray-90 border-opacity-5">
+ className="md-inline-code px-2 py-0.5 text-gray-60 font-mono rounded-sm bg-gray-10-tr border border-gray-90 border-opacity-5">
194
195
</code>
196
}
0 commit comments