Skip to content

Commit 115b608

Browse files
anistarkpalnabarun
authored andcommitted
fix: sponsor boxes fixed size. remove aspect. adjusting image contain
1 parent 1e876db commit 115b608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/landing/sponsors.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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 %}
36-
<div class="aspect-[3/2] bg-white border border-gray-300 flex items-center justify-center p-4">
36+
<div class="h-20 sm:h-24 md:h-28 bg-white border border-gray-300 flex items-center justify-center p-3">
3737
<a href="{{ company.link }}" 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>

0 commit comments

Comments
 (0)