File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
- <div class =" grid grid-cols-4 bg-transparent overflow-x-auto " >
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
- <div class =" h-16 sm:h-20 bg-white border border-gray-300 flex items-center justify-center min-w-24 " >
37
- <a href =" {{ company.link }}" target =" _blank" rel =" noopener noreferrer" >
38
- <img src =" {{ env.baseUrl }}{{ company.logo }}" alt =" {{ company.name }} - {{ company.description }}" class =" h-full object-contain p-2 " >
36
+ <div class =" aspect-[3/2] bg-white border border-gray-300 flex items-center justify-center p-4 " >
37
+ <a href =" {{ company.link }}" target =" _blank" rel =" noopener noreferrer" class = " w-full h-full flex items-center justify-center " >
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 >
41
41
{% endfor %}
You can’t perform that action at this time.
0 commit comments