Skip to content

Commit

Permalink
Update sponsors.html - rely on max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
mabarber92 authored Aug 15, 2024
1 parent a8f1145 commit 0982b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{% for sponsor in site.sponsors %}
<br>
<a href = "{{ sponsor[1].link }}"><img src = "{{ sponsor[1].image }}" style = "width: 50%; max-width: 200px; max-height: 100px"></a>
<a href = "{{ sponsor[1].link }}"><img src = "{{ sponsor[1].image }}" style = "width: 50%; max-height: 100px"></a>
{% endfor %}
</ul>
{% endif %}

0 comments on commit 0982b0f

Please sign in to comment.