Skip to content

Commit ff4136b

Browse files
committed
クラスの指定を修正
1 parent 874a150 commit ff4136b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/top/sections/sponsor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h3 class="text-2xl mt-20 mx-8 text-center mb-4">ゴールドスポンサー
1414
</h3>
1515
<div class="flex justify-center flex-wrap gap-x-8 px-8 max-w-3xl w-full mx-auto">
1616
{% for sponsor in gold_sponsors %}
17-
<div class="w-full flex flex- w-fullcol mb-5">
17+
<div class="w-full flex flex-col mb-5">
1818
<div class="flex-grow w-full flex items-center justify-center">
19-
<img class="w-full mb-5 mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | strip_html }}のロゴ">
19+
<img class="w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | strip_html }}のロゴ">
2020
</div>
2121
</div>
2222
{% endfor %}

0 commit comments

Comments
 (0)