Skip to content

Commit 48f07d9

Browse files
committed
mark sponsor descriptions with .prose so links get styled
1 parent e824072 commit 48f07d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sponsors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3 class="text-2xl lg:text-4xl font-heading">
4444
<a href="{{ sponsor.data.url.target }}" class="inline-block text-xl link" aria-hidden="true">{{ sponsor.data.url.label }}</a>
4545
{% endif %}
4646
{% if sponsor.content %}
47-
<div class="space-y-6 text-lg lg:text-xl">
47+
<div class="space-y-6 prose lg:prose-lg">
4848
{{ sponsor.content | markdown }}
4949
</div>
5050
{% endif %}

0 commit comments

Comments
 (0)