Skip to content

Commit e810774

Browse files
committed
collaborating with changes max fonts and cleanup html
1 parent 6659a8a commit e810774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/landingpage/supportedby.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ <h3 class="section-title" style="color: #005aa7;">{{ .title | markdownify }}</h3
1313
</div>
1414

1515
{{ range .funders }}
16-
<div class="col-lg-4 col-md-6 col-sm-6 col-12 my-5 inner d-flex justify-content-center sponsor">
16+
<div class="col-lg-4 col-6 my-2">
1717
<a href="{{.link}}" target="_blank">
18-
<img src="{{ .image | relURL }}" style="max-height: 100px;" alt="{{.alt_text}}" class="img-fluid">
18+
<img src="{{ .image | relURL }}" class="d-block mx-auto" style="max-height: 100px; max-width: 220px;" alt="{{.alt_text}}" class="img-fluid">
1919
</a>
2020
</div>
2121
{{ end }}

0 commit comments

Comments
 (0)