Skip to content

Commit dfbd5c4

Browse files
committed
Edit sponsor list logo height
1 parent 83cd21d commit dfbd5c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Footer/SponsorTable.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const LogoImage = styled.img`
2828
background: white;
2929
color: black;
3030
min-width: 15vw;
31+
max-height: 100%;
3132
`;
3233

3334
const SponsorCard = styled.div`
@@ -48,6 +49,10 @@ const SponsorCard = styled.div`
4849
display: grid;
4950
grid-gap: 1.5rem;
5051
flex: auto;
52+
53+
& > a {
54+
max-height: 20rem;
55+
}
5156
}
5257
5358
@media only screen and (max-width: 810px) {

0 commit comments

Comments
 (0)