Skip to content

Commit a9ac4b6

Browse files
committed
fix: 애니메이션 영역 최소 높이 설정
1 parent a46ca26 commit a9ac4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/home/AnimatedTextSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function AnimatedTextSection(): ReactElement {
5555
}
5656

5757
const AnimatedTextSectionContainer = styled(SectionTemplate)`
58-
height: 100vh;
58+
min-height: 100vh;
5959
${({ theme }) => theme.textStyle.web.Body_Point}
6060
${media.mobile} {
6161
.intro-text {

0 commit comments

Comments
 (0)