Skip to content

Commit c94fc8f

Browse files
ashish10677farhaanbukhsh
authored andcommitted
fix: add padding to the community images
fix: align sponsors and communities section fix: revert to bg-lavender fix: align hero section with other sections fix: align hero.njk, communities.njk and sponsors.njk in same line fix: community partner section chore: add todo Signed-off-by: Ashish Kumar Mishra <[email protected]>
1 parent 5a9792f commit c94fc8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_includes/landing/communities.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{% for i in range(0, 6) %}
2626
<div class="w-1/3 sm:w-1/3 md:w-1/4 lg:w-1/6 h-[100px] bg-white border border-black">
2727
<a href="{{ partners[i].link }}" target="_blank" rel="noopener noreferrer">
28-
<img src="{{ env.baseUrl }}{{ partners[i].image }}" alt={{ partners[i].name }} class="border-black w-full h-full object-contain">
28+
<img src="{{ env.baseUrl }}{{ partners[i].image }}" alt={{ partners[i].name }} class="border-black w-full h-full object-contain p-2">
2929
</a>
3030
</div>
3131
{% endfor %}
@@ -40,7 +40,7 @@
4040
{% for i in range(6, 12) %}
4141
<div class="w-1/3 sm:w-1/3 md:w-1/4 lg:w-1/6 h-[100px] bg-white border border-black">
4242
<a href="{{ partners[i].link }}" target="_blank" rel="noopener noreferrer">
43-
<img src="{{ env.baseUrl }}{{ partners[i].image }}" alt={{ partners[i].name }} class="border-black w-full h-full object-contain">
43+
<img src="{{ env.baseUrl }}{{ partners[i].image }}" alt={{ partners[i].name }} class="border-black w-full h-full object-contain p-2">
4444
</a>
4545
</div>
4646
{% endfor %}

0 commit comments

Comments
 (0)