Skip to content

Commit

Permalink
try to fix vertically stretched sponsor logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sethetter committed Oct 15, 2023
1 parent 18cc372 commit d7e4303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
class="w-1/2 flex flex-col md:flex-row content-center items-center md:space-x-4"
>
{{ range $sponsor := .Sponsors }}
<div class="py-4 min-h-16 flex-1 opacity-60 hover:opacity-70">
<div class="py-4 max-h-max min-h-16 flex-1 opacity-60 hover:opacity-70">
<a href="{{ $sponsor.URL }}" title="{{ $sponsor.Name }}">
<img
src="{{ $sponsor.ImagePath }}"
Expand Down

0 comments on commit d7e4303

Please sign in to comment.