@@ -16,7 +16,7 @@ title: スポンサーのご紹介
16
16
<span class =" block mt-5 text-2xl " >SPONSORS</span >
17
17
</h2 >
18
18
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 " >
20
20
DojoCon Japan 2025は、スポンサーのご協力により開催されています。<br >協賛くださいました皆様ありがとうございます。
21
21
</p >
22
22
@@ -42,7 +42,7 @@ title: スポンサーのご紹介
42
42
</div >
43
43
{% endif %}
44
44
<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 >
46
46
</div >
47
47
{% endfor %}
48
48
</div >
@@ -51,7 +51,7 @@ title: スポンサーのご紹介
51
51
<span class =" block text-base mt-1 " >SILVER SPONSOR</span >
52
52
</h3 >
53
53
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 " >
55
55
{% for sponsor in silver_sponsors %}
56
56
<div class =" flex flex-col mb-5 " >
57
57
{% if sponsor.link %}
@@ -70,7 +70,7 @@ title: スポンサーのご紹介
70
70
</div >
71
71
{% endif %}
72
72
<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 >
74
74
</div >
75
75
{% endfor %}
76
76
</div >
@@ -79,7 +79,7 @@ title: スポンサーのご紹介
79
79
<span class =" block text-base mt-1 " >BRONZE SPONSOR</span >
80
80
</h3 >
81
81
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 " >
83
83
{% for sponsor in bronze_sponsors %}
84
84
<div class =" flex flex-col mb-5 " >
85
85
{% if sponsor.link %}
@@ -98,7 +98,7 @@ title: スポンサーのご紹介
98
98
</div >
99
99
{% endif %}
100
100
<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 >
102
102
</div >
103
103
{% endfor %}
104
104
</div >
0 commit comments