Skip to content

Commit 457ab13

Browse files
committed
Small markdown tweaks
1 parent 50dc23f commit 457ab13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Markdown.res

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ module H2 = {
150150
module H3 = {
151151
@react.component
152152
let make = (~id, ~children) =>
153-
<h3 className="group mt-8 mb-1 hl-4">
153+
<h3 className="group mt-8 mb-4 hl-4">
154154
children
155155
<span className="ml-2">
156156
<Anchor id />
@@ -190,7 +190,7 @@ module InlineCode = {
190190
@react.component
191191
let make = (~children) =>
192192
<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">
193+
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">
194194
children
195195
</code>
196196
}

0 commit comments

Comments
 (0)