Skip to content

Commit bc622ff

Browse files
committed
Fix
1 parent 71c1c38 commit bc622ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pageType: home
129129
<div class="relative">
130130
<h2 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Sponsors</h2>
131131
<p class="mt-4 max-w-3xl mx-auto text-center text-xl text-gray-500">The development of PHPStan is made possible thanks to these generous companies and individuals.</p>
132-
<p class="mt-2 max-w-3xl mx-auto text-center text-md text-gray-500">Want your logo here? <a href="/sponsor" class="underscore hover:no-underscore">Learn more</a></p>
132+
<p class="mt-2 max-w-3xl mx-auto text-center text-base text-gray-500">Want your logo here? <a href="/sponsor" class="underline hover:no-underline">Learn more</a></p>
133133
</div>
134134

135135
<div class="grid grid-flow-row-dense grid-cols-2 lg:grid-cols-3 gap-8 items-center mt-8 p-8 rounded-lg exclude-from-dark">

0 commit comments

Comments
 (0)