From 577e7c793b42812edf5d10582e53729c390a750d Mon Sep 17 00:00:00 2001 From: urjimyu <92876819+urjimyu@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:02:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GiftHome/GiftHomeSummary/GiftHomeSummary.styled.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/GiftHome/GiftHomeSummary/GiftHomeSummary.styled.ts b/src/components/GiftHome/GiftHomeSummary/GiftHomeSummary.styled.ts index 9ad4bf39..4e37e7d0 100644 --- a/src/components/GiftHome/GiftHomeSummary/GiftHomeSummary.styled.ts +++ b/src/components/GiftHome/GiftHomeSummary/GiftHomeSummary.styled.ts @@ -3,10 +3,10 @@ import HomeBackgroundImage from '../../../assets/img/gifthome_background.webp'; export const GiftHomeSummaryBackground = styled.div` width: 100%; + background-image: url(${HomeBackgroundImage}); - background-size: cover; + object-fit: cover; background-repeat: no-repeat; - /* width: calc(100% + 1.4rem); */ `; export const GiftHomeSummaryWrapper = styled.section`