From a486af06ddbd05957d1e380edf390ecd8511ac3d Mon Sep 17 00:00:00 2001 From: SeokWon Date: Sat, 7 Sep 2024 18:21:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B0=8F?= =?UTF-8?q?=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Guide/OperationPeriod/DrawInfo.tsx | 4 ++-- components/MainCarousel/MainCarouselContent.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Guide/OperationPeriod/DrawInfo.tsx b/components/Guide/OperationPeriod/DrawInfo.tsx index 3b56c25..8018fac 100644 --- a/components/Guide/OperationPeriod/DrawInfo.tsx +++ b/components/Guide/OperationPeriod/DrawInfo.tsx @@ -21,7 +21,7 @@ export function DrawInfo() { coin - 20명 추첨 + 5명 추첨 @@ -39,7 +39,7 @@ export function DrawInfo() { coin - 20명 추첨 + 30명 추첨 diff --git a/components/MainCarousel/MainCarouselContent.tsx b/components/MainCarousel/MainCarouselContent.tsx index 2f13a14..1dbb348 100644 --- a/components/MainCarousel/MainCarouselContent.tsx +++ b/components/MainCarousel/MainCarouselContent.tsx @@ -22,6 +22,7 @@ function MainCarouselContent({ src, link }: { src: string; link: string }) { const Wrapper = styled.div` aspect-ratio: 390/210; + position: relative; img { width: 100%; height: 100%;