Skip to content

Commit 958700c

Browse files
Astraxx04anistark
authored andcommitted
Sponsors section URL fix
1 parent 0412449 commit 958700c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/_includes/landing/sponsors.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
</div>
2626
</div>
2727
</div>
28-
<div class="max-w-7xl mx-auto px-2 sm:px-6 pb-10 grid gap-4 sm:gap-10 text-black">
28+
<div class="w-full p-0 pb-10 grid md:gap-4 gap-10 text-black">
2929
{% for tier in sponsors.tiers %}
30-
<div>
30+
<div class="pb-8">
3131
<div class="bg-white inline-block px-4 sm:px-8 py-2 font-bold text-base sm:text-lg shadow uppercase">
3232
{{ tier.title }}
3333
</div>
3434
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 bg-transparent">
3535
{% for company in tier.companies %}
3636
<div class="h-20 sm:h-24 md:h-28 bg-white border border-gray-300 flex items-center justify-center p-3">
37-
<a href="{{ company.link }}" target="_blank" rel="noopener noreferrer" class="w-full h-full flex items-center justify-center">
37+
<a href="{{ company.url }}" target="_blank" rel="noopener noreferrer" class="w-full h-full flex items-center justify-center">
3838
<img src="{{ env.baseUrl }}{{ company.logo }}" alt="{{ company.name }} - {{ company.description }}" class="max-w-full max-h-full object-contain">
3939
</a>
4040
</div>

0 commit comments

Comments
 (0)