File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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 %}
@@ -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 sm:px-8 max-w-3xl w-full sm: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 %}
You can’t perform that action at this time.
0 commit comments