@@ -17,7 +17,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">ゴールドスポンサー
1717 {% for sponsor in gold_sponsors %}
1818 {% if sponsor.link %}
1919 < a
20- class ="w-full flex flex-col mb-5 transition-all duration-200 hover:opacity-70 hover: scale-105 cursor-pointer "
20+ class ="w-full flex flex-col mb-5 transition-all duration-200 hover:scale-105 cursor-pointer "
2121 style ="transform-style: preserve-3d; "
2222 href ="{{ sponsor.link }} "
2323 target ="_blank "
@@ -45,7 +45,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">シルバースポンサー
4545 {% for sponsor in silver_sponsors %}
4646 {% if sponsor.link %}
4747 < a
48- class ="max-w-[{{500 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:opacity-70 hover: scale-105 cursor-pointer "
48+ class ="max-w-[{{500 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:scale-105 cursor-pointer "
4949 style ="transform-style: preserve-3d; "
5050 href ="{{ sponsor.link }} "
5151 target ="_blank "
@@ -73,7 +73,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">ブロンズスポンサー
7373 {% for sponsor in bronze_sponsors %}
7474 {% if sponsor.link %}
7575 < a
76- class ="max-w-[{{300 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:opacity-70 hover: scale-105 cursor-pointer "
76+ class ="max-w-[{{300 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:scale-105 cursor-pointer "
7777 style ="transform-style: preserve-3d; "
7878 href ="{{ sponsor.link }} "
7979 target ="_blank "
@@ -101,7 +101,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
101101 {% for sponsor in inkind_sponsors %}
102102 {% if sponsor.link %}
103103 < a
104- class ="max-w-[{{270 | times:sponsor.logo_scale | round}}px] w-full flex flex-col transition-all duration-200 hover:opacity-70 hover: scale-105 cursor-pointer "
104+ class ="max-w-[{{270 | times:sponsor.logo_scale | round}}px] w-full flex flex-col transition-all duration-200 hover:scale-105 cursor-pointer "
105105 style ="transform-style: preserve-3d; "
106106 href ="{{ sponsor.link }} "
107107 target ="_blank " rel ="noopener noreferrer "
0 commit comments