We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ed6de commit 0dfe909Copy full SHA for 0dfe909
web/pandas/index.html
@@ -44,12 +44,12 @@ <h5>Community</h5>
44
<section>
45
<h5>With the support of:</h5>
46
{% for row in sponsors.active | batch(6, "") %}
47
- <div class="row h-100">
+ <div class="row mx-auto h-100">
48
{% for company in row %}
49
- <div class="col-sm-6 col-md-2 my-auto">
+ <div class="col-6 col-md-2">
50
{% if company %}
51
<a href="{{ company.url }}" target="_blank">
52
- <img class="img-fluid" alt="{{ company.name }}" src="{{ base_url }}{{ company.logo }}"/>
+ <img class="img-fluid img-thumnail py-5 mx-auto" alt="{{ company.name }}" src="{{ base_url }}{{ company.logo }}"/>
53
</a>
54
{% endif %}
55
</div>
0 commit comments