From 4c65f9320e43a8c4e4d64a50359bb430fcf2b607 Mon Sep 17 00:00:00 2001 From: solar3070 <> Date: Mon, 27 Nov 2023 12:39:48 +0900 Subject: [PATCH 1/2] =?UTF-8?q?style:=20=EC=98=AC=EB=9D=BC=EC=98=A4?= =?UTF-8?q?=EB=8A=94=20=EB=AA=A8=EC=85=98=20y=EA=B0=92=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MainPage/components/IntroSection/IntroContent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainPage/components/IntroSection/IntroContent/index.tsx b/src/views/MainPage/components/IntroSection/IntroContent/index.tsx index 8924fc1e..98111884 100644 --- a/src/views/MainPage/components/IntroSection/IntroContent/index.tsx +++ b/src/views/MainPage/components/IntroSection/IntroContent/index.tsx @@ -16,7 +16,7 @@ export default function IntroContent({ content }: IntroContentProps) { }; const upMotion = { - initial: { y: 10 }, + initial: { y: 20 }, visible: { y: 0, transition: { type: 'spring', damping: 20, stiffness: 120, y: { delay: 0.3, duration: 0.8 } }, From d1531ab75ec604ab391a7afc265f5a91c2c6a50f Mon Sep 17 00:00:00 2001 From: solar3070 <> Date: Mon, 27 Nov 2023 12:43:54 +0900 Subject: [PATCH 2/2] =?UTF-8?q?style:=20=EA=B0=80=EC=B9=98=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EC=B5=9C=EB=8C=80=20=EB=84=88=EB=B9=84=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MainPage/components/IntroSection/IntroContent/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainPage/components/IntroSection/IntroContent/style.ts b/src/views/MainPage/components/IntroSection/IntroContent/style.ts index 77245a85..81c84b02 100644 --- a/src/views/MainPage/components/IntroSection/IntroContent/style.ts +++ b/src/views/MainPage/components/IntroSection/IntroContent/style.ts @@ -105,7 +105,7 @@ export const Content = styled(motion.div)` 'title image' 'desc image'; grid-template-rows: auto 1fr; - grid-template-columns: 590px minmax(323px, 1fr); + grid-template-columns: 590px minmax(323px, 707px); grid-gap: 24px 57px; position: relative;