diff --git a/src/views/MainPage/components/IntroSection/IntroContent/index.tsx b/src/views/MainPage/components/IntroSection/IntroContent/index.tsx index 64d22226..e80ab9f4 100644 --- a/src/views/MainPage/components/IntroSection/IntroContent/index.tsx +++ b/src/views/MainPage/components/IntroSection/IntroContent/index.tsx @@ -41,12 +41,7 @@ export default function IntroContent({ content }: IntroContentProps) { {content.id !== INTRO_CONTENT_LENGTH && ( - + )} @@ -69,7 +64,13 @@ export default function IntroContent({ content }: IntroContentProps) { > {content.title} {content.detail} - + diff --git a/src/views/MainPage/components/IntroSection/IntroContent/style.ts b/src/views/MainPage/components/IntroSection/IntroContent/style.ts index 08d59733..b2208e46 100644 --- a/src/views/MainPage/components/IntroSection/IntroContent/style.ts +++ b/src/views/MainPage/components/IntroSection/IntroContent/style.ts @@ -27,7 +27,7 @@ export const AnimatedLine = styled(motion.svg)` z-index: -1; width: 20px; - height: calc(100vh + 2px); + height: 100vh; stroke-width: 4px; stroke-linecap: round;