88{% cache 86400 CACHED_DOWNLOAD_SPONSORS_LIST %}
99 < h2 class ="widget-title " style ="text-align: center; "> Sponsors</ h2 >
1010 < p style ="text-align: center; "> Visionary sponsors help to host Python downloads.</ p >
11- < div style ="display: grid; grid- gap: 2em; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); align-items: center; justify-content: center; margin-top: 1.5em; ">
11+ < div style ="display: grid; gap: 2em; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); align-items: center; justify-content: center; margin-top: 1.5em; ">
1212 {% for sponsorship in sponsorships %}
1313 {% thumbnail sponsorship.sponsor.web_logo "x150" format="PNG" quality=100 as im %}
1414 < div style ="text-align: center; ">
@@ -26,7 +26,7 @@ <h2 class="widget-title" style="text-align: center;">Sponsors</h2>
2626{% comment %}cache for 1 day{% endcomment %}
2727{% cache 86400 CACHED_JOBS_SPONSORS_LIST %}
2828 < h3 class ="widget-title "> Job Board Sponsors</ h3 >
29- < div style ="display: grid; grid- gap: 1em; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); align-items: center; justify-content: center; margin-top: 1em; ">
29+ < div style ="display: grid; gap: 1em; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); align-items: center; justify-content: center; margin-top: 1em; ">
3030 {% for sponsorship in sponsorships %}
3131 {% thumbnail sponsorship.sponsor.web_logo "x100" format="PNG" quality=100 as im %}
3232 < div >
@@ -43,14 +43,14 @@ <h3 class="widget-title">Job Board Sponsors</h3>
4343
4444 {% for package, placement_info in sponsorships_by_package.items %}
4545 {% if placement_info.sponsorships %}
46- < div title ="{{ package }} Sponsors " align ="center " style ="margin-bottom: 3em; ">
46+ < div title ="{{ package }} Sponsors " align ="center " style ="{% if not forloop.last %} margin-bottom: 3em;{% endif %} ">
4747 {% with dimension=placement_info.logo_dimension %}
4848
4949 < h1 style ="font-size: {% if forloop.first %}350%{% else %}300%{% endif %} "> {{ placement_info.label }} Sponsors</ h1 >
5050
51- < div style ="display: grid; grid- gap: 2em; grid-template-columns: repeat(auto-fit, minmax({{ dimension }}px, 1fr)); align-items: center; justify-content: center; ">
51+ < div style ="display: grid; gap: 2em; grid-template-columns: repeat(auto-fit, minmax({{ dimension }}px, 1fr)); align-items: center; justify-content: center; ">
5252 {% for sponsorship in placement_info.sponsorships %}
53- < div id ="{{ sponsorship.sponsor.slug }} " data-internal-year ={{ sponsorship.year }} >
53+ < div id ="{{ sponsorship.sponsor.slug }} " data-internal-year ={{ sponsorship.year }} style =" overflow: hidden; " >
5454 < div
5555 data-ea-publisher ="psf "
5656 data-ea-type ="psf-image-only "
0 commit comments