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 6659a8a commit e810774Copy full SHA for e810774
layouts/partials/landingpage/supportedby.html
@@ -13,9 +13,9 @@ <h3 class="section-title" style="color: #005aa7;">{{ .title | markdownify }}</h3
13
</div>
14
15
{{ 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">
+ <div class="col-lg-4 col-6 my-2">
17
<a href="{{.link}}" target="_blank">
18
- <img src="{{ .image | relURL }}" style="max-height: 100px;" alt="{{.alt_text}}" class="img-fluid">
+ <img src="{{ .image | relURL }}" class="d-block mx-auto" style="max-height: 100px; max-width: 220px;" alt="{{.alt_text}}" class="img-fluid">
19
</a>
20
21
{{ end }}
0 commit comments