Skip to content

Commit 203d13f

Browse files
committed
increase size of collab on home
1 parent 7851888 commit 203d13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/landingpage/supportedby.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3 class="section-title" style="color: #005aa7;">{{ .title | markdownify }}</h3
1515
{{ range .funders }}
1616
<div class="col-lg-4 col-6 my-2">
1717
<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">
18+
<img src="{{ .image | relURL }}" class="d-block mx-auto" style="max-height: 140px; max-width: 300px;" alt="{{.alt_text}}" class="img-fluid">
1919
</a>
2020
</div>
2121
{{ end }}

0 commit comments

Comments
 (0)