Skip to content

Commit 55623b6

Browse files
committed
feat(Sponsors): ロゴの最大横幅を削除
1 parent 668614d commit 55623b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/src/components/Sponsors/Company.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const currentStyle = rankStyles[rank];
5757

5858
<a
5959
href={url}
60-
class="relative block w-full max-w-xs"
60+
class="relative block w-full"
6161
target="_blank"
6262
rel="noopener noreferrer"
6363
>

0 commit comments

Comments
 (0)