Skip to content

Commit 16e44a2

Browse files
authored
Merge pull request #39 from pythonkr/fix/logo-resize
Fix: 골든 래빗 로고 사이즈 맞추기 위해 background-size 옵션 수정
2 parents 4b9f102 + 832cb1c commit 16e44a2

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)