From 832cb1c8ee3a2af1875593e38dddbe7535c30b8e Mon Sep 17 00:00:00 2001 From: jungmir Date: Sat, 28 Sep 2024 17:12:24 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EA=B3=A8=EB=93=A0=20=EB=9E=98=EB=B9=97?= =?UTF-8?q?=20=EB=A1=9C=EA=B3=A0=20=EC=82=AC=EC=9D=B4=EC=A6=88=20=EB=A7=9E?= =?UTF-8?q?=EC=B6=94=EA=B8=B0=20=EC=9C=84=ED=95=B4=20background-size=20?= =?UTF-8?q?=EC=98=B5=EC=85=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/SponsorTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/SponsorTable.tsx b/src/components/Footer/SponsorTable.tsx index f00b350..337d014 100644 --- a/src/components/Footer/SponsorTable.tsx +++ b/src/components/Footer/SponsorTable.tsx @@ -40,7 +40,7 @@ const LogoImage = styled.div` width: 320px; height: 200px; background-image: url(${(props) => props.image}); - background-size: 200px; + background-size: contain; background-position: center; & > img {