Skip to content

Commit 0b64828

Browse files
committed
スポンサー欄の横幅に関する指定を修正
1 parent d2553f6 commit 0b64828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/sponsors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)