File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
</div >
26
26
</div >
27
27
</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" >
29
29
{% for tier in sponsors .tiers %}
30
- <div >
30
+ <div class = " pb-8 " >
31
31
<div class =" bg-white inline-block px-4 sm:px-8 py-2 font-bold text-base sm:text-lg shadow uppercase" >
32
32
{{ tier .title }}
33
33
</div >
34
34
<div class =" grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 bg-transparent" >
35
35
{% for company in tier .companies %}
36
36
<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" >
38
38
<img src =" {{ env.baseUrl }}{{ company.logo }}" alt =" {{ company.name }} - {{ company.description }}" class =" max-w-full max-h-full object-contain" >
39
39
</a >
40
40
</div >
You can’t perform that action at this time.
0 commit comments