We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46ca26 commit a9ac4b6Copy full SHA for a9ac4b6
components/home/AnimatedTextSection/index.tsx
@@ -55,7 +55,7 @@ function AnimatedTextSection(): ReactElement {
55
}
56
57
const AnimatedTextSectionContainer = styled(SectionTemplate)`
58
- height: 100vh;
+ min-height: 100vh;
59
${({ theme }) => theme.textStyle.web.Body_Point}
60
${media.mobile} {
61
.intro-text {
0 commit comments