We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0394f commit b4b974aCopy full SHA for b4b974a
1 file changed
_includes/footer.html
@@ -13,16 +13,13 @@
13
<h2 class="footer__section-title">With the support of...</h2>
14
<hr class="footer__divider">
15
<div class="row">
16
- <div class="footer__sponsor-col col-md-6 col-lg-6">
17
- <a class="footer__sponsor-link" href="https://www.python.org/psf/">
18
- <img src="{{ site.baseurl }}/static/images/sponsors/psf.png">
19
- </a>
20
- </div>
+ <div class="footer__sponsor-col col-md-3 col-lg-3"></div>
21
<div class="footer__sponsor-col col-md-6 col-lg-6">
22
<a class="footer__sponsor-link" href="https://www.numfocus.org/">
23
<img src="{{ site.baseurl }}/static/images/sponsors/numfocus.png">
24
</a>
25
</div>
26
27
<p class="footer__text-copyright">
28
©
0 commit comments