We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7851888 commit 203d13fCopy full SHA for 203d13f
layouts/partials/landingpage/supportedby.html
@@ -15,7 +15,7 @@ <h3 class="section-title" style="color: #005aa7;">{{ .title | markdownify }}</h3
15
{{ range .funders }}
16
<div class="col-lg-4 col-6 my-2">
17
<a href="{{.link}}" target="_blank">
18
- <img src="{{ .image | relURL }}" class="d-block mx-auto" style="max-height: 100px; max-width: 220px;" alt="{{.alt_text}}" class="img-fluid">
+ <img src="{{ .image | relURL }}" class="d-block mx-auto" style="max-height: 140px; max-width: 300px;" alt="{{.alt_text}}" class="img-fluid">
19
</a>
20
</div>
21
{{ end }}
0 commit comments