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: スポンサーのご紹介
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 %}
@@ -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 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 " >
8383 {% for sponsor in bronze_sponsors %}
8484 <div class =" flex flex-col mb-5 " >
8585 {% if sponsor.link %}
You can’t perform that action at this time.
0 commit comments