Skip to content

Commit c4632d6

Browse files
committed
fix(Sponsors): ロゴの見えかたに大きな差がでないようにする
1 parent d5de37e commit c4632d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

2025/src/components/Sponsors/Company.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ const rankStyles = {
5353
};
5454
5555
const currentStyle = rankStyles[rank];
56+
57+
if (name === "NodeX 株式会社") {
58+
currentStyle.container = currentStyle.container.replace("p-6", "p-1");
59+
}
5660
---
5761

5862
<a

0 commit comments

Comments
 (0)