Skip to content

Commit 71b639b

Browse files
Align caption styles
1 parent b5a8995 commit 71b639b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

markdown-pages/blog/retreat-recap-2026.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Those conversations were a useful reminder that, while ReScript has diverged sig
3636
After the kickoff, we identified blockers and improvements that would have the highest impact for ReScript users.
3737
We then split into four working groups.
3838

39-
<figure className="my-8 md:-mx-16">
39+
<figure className="mt-8 mb-12 md:-mx-16">
4040
<div className="grid gap-4 md:grid-cols-3">
4141
<img
4242
className="h-full w-full rounded-md object-cover shadow-md"
@@ -293,7 +293,7 @@ Attendees:
293293
[@tsnobip](https://github.com/tsnobip),
294294
and [@zth](https://github.com/zth).
295295

296-
<figure className="my-8 md:-mx-16">
296+
<figure className="mt-8 mb-12 md:-mx-16">
297297
<div className="grid gap-4 md:grid-cols-2">
298298
<img
299299
className="h-full w-full rounded-md object-cover shadow-md"

src/components/Markdown.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ module Video = {
538538
{switch caption {
539539
| None => React.null
540540
| Some(caption) =>
541-
<div className="mt-4 text-14 text-gray-80 md:ml-16"> {React.string(caption)} </div>
541+
<div className="mt-4 text-14 text-gray-60 md:ml-16"> {React.string(caption)} </div>
542542
}}
543543
</div>
544544
}

0 commit comments

Comments
 (0)