Skip to content

Commit 764738c

Browse files
committed
スポンサー一覧のブロンズの横幅をSP上で大きく見せるようにする
1 parent b415c3e commit 764738c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/sponsors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 sm:w-7/10 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)