Skip to content

Commit 11d7e30

Browse files
authored
Merge pull request #40 from pythonkr/develop
후원사 목록 로고 사이즈 background-size: contain으로 조정
2 parents e34c14c + 16e44a2 commit 11d7e30

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
@@ -40,7 +40,7 @@ const LogoImage = styled.div<Image>`
4040
width: 320px;
4141
height: 200px;
4242
background-image: url(${(props) => props.image});
43-
background-size: 200px;
43+
background-size: contain;
4444
background-position: center;
4545
4646
& > img {

0 commit comments

Comments
 (0)