Skip to content

Commit 71b836a

Browse files
committed
Edit sponsor level title style in sponsor list
1 parent 3484a75 commit 71b836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/SponsorTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function SponsorTable({ max, levelName, sponsors, ...rest }: Props) {
2626

2727
const H3 = styled.h3`
2828
color: #141414 !important;
29-
width: 120px;
29+
width: 160px;
3030
`;
3131

3232
const LogoImage = styled.div<{ $image: string }>`

0 commit comments

Comments
 (0)