Skip to content

Commit 6a34228

Browse files
authored
Merge pull request #62 from coderdojo-japan/polish_sponsor_page
スポンサー一覧の説明文の表示を改善
2 parents 371202b + 26cd98a commit 6a34228

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_pages/sponsors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: スポンサーのご紹介
1616
<span class="block mt-5 text-2xl">SPONSORS</span>
1717
</h2>
1818

19-
<p class="text-center mb-10 break-keep wrap-anywhere text-sm sm:text-base">
19+
<p class="text-center mb-10 text-sm sm:text-base px-4 sm:px-8">
2020
DojoCon Japan 2025は、スポンサーのご協力により開催されています。<br>協賛くださいました皆様ありがとうございます。
2121
</p>
2222

@@ -42,7 +42,7 @@ title: スポンサーのご紹介
4242
</div>
4343
{% endif %}
4444
<p class="w-full mb-3 text-center break-keep">{{ sponsor.name }}</p>
45-
<p class="w-full text-gray-600 break-keep wrap-anywhere">{{ sponsor.message }}</p>
45+
<p class="w-full text-gray-600">{{ sponsor.message }}</p>
4646
</div>
4747
{% endfor %}
4848
</div>
@@ -51,7 +51,7 @@ title: スポンサーのご紹介
5151
<span class="block text-base mt-1">SILVER SPONSOR</span>
5252
</h3>
5353

54-
<div class="flex justify-center flex-wrap gap-x-8 px-8 max-w-3xl mx-auto">
54+
<div class="flex justify-center flex-wrap gap-x-8 px-8 max-w-3xl w-full mx-auto">
5555
{% for sponsor in silver_sponsors %}
5656
<div class="flex flex-col mb-5">
5757
{% if sponsor.link %}
@@ -70,7 +70,7 @@ title: スポンサーのご紹介
7070
</div>
7171
{% endif %}
7272
<p class="w-full mb-3 text-center break-keep">{{ sponsor.name }}</p>
73-
<p class="w-full text-gray-600 break-keep wrap-anywhere">{{ sponsor.message }}</p>
73+
<p class="w-full text-gray-600">{{ sponsor.message }}</p>
7474
</div>
7575
{% endfor %}
7676
</div>
@@ -79,7 +79,7 @@ title: スポンサーのご紹介
7979
<span class="block text-base mt-1">BRONZE SPONSOR</span>
8080
</h3>
8181

82-
<div class="grid grid-cols-1 lg:grid-cols-2 gap-x-8 gap-y-10 px-8 max-w-3xl w-7/10 mx-auto">
82+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-x-8 gap-y-10 px-8 sm:px-8 max-w-3xl w-full mx-auto">
8383
{% for sponsor in bronze_sponsors %}
8484
<div class="flex flex-col mb-5">
8585
{% if sponsor.link %}
@@ -98,7 +98,7 @@ title: スポンサーのご紹介
9898
</div>
9999
{% endif %}
100100
<p class="w-full mb-3 text-center break-keep">{{ sponsor.name }}</p>
101-
<p class="w-full text-gray-600 break-keep wrap-anywhere">{{ sponsor.message }}</p>
101+
<p class="w-full text-gray-600">{{ sponsor.message }}</p>
102102
</div>
103103
{% endfor %}
104104
</div>

0 commit comments

Comments
 (0)