File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ <h3> ゴールドスポンサー </h3>
8282 < section class ="sponsors mb-12 ">
8383 < h3 > シルバースポンサー </ h3 >
8484 </ section >
85- < div class ="flex flex-wrap justify-center items-center gap-8 sm:gap-4 ">
85+ < div class ="flex flex-wrap justify-center items-center gap-8 ">
8686 {% for sponsor in sponsors_silver %}
8787 {% if sponsor.link != "" %}
8888 < a href ="{{ sponsor.link }} " target ="_blank " rel ="noopener " class ="block transition-transform hover:scale-105 ">
89- < img src ="/img/contests/sponsor-logos/{{ sponsor.img }} " alt ="{{ sponsor.name }} " class ="w-40 sm:w-56 h-auto max-h-32 object-contain ">
89+ < img src ="/img/contests/sponsor-logos/{{ sponsor.img }} " alt ="{{ sponsor.name }} " class ="w-60 sm:w-80 h-auto max-h-32 object-contain ">
9090 </ a >
9191 {% else %}
9292 < div data-proofer-ignore class ="block transition-transform hover:scale-105 ">
93- < img src ="/img/contests/sponsor-logos/{{ sponsor.img }} " alt ="{{ sponsor.name }} " class ="w-28 sm:w-40 h-auto max-h-32 object-contain ">
93+ < img src ="/img/contests/sponsor-logos/{{ sponsor.img }} " alt ="{{ sponsor.name }} " class ="w-60 sm:w-80 h-auto max-h-32 object-contain ">
9494 </ div >
9595 {% endif %}
9696 {% endfor %}
You can’t perform that action at this time.
0 commit comments