We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710672f commit cec6282Copy full SHA for cec6282
packages/homepage/src/screens/home/hero/elements.js
@@ -39,8 +39,8 @@ export const HeroWrapper = styled.section`
39
overflow: hidden;
40
padding: 0 2rem;
41
42
- height: calc(100vh - 48px);
43
- min-height: calc(1080px - 48px);
+ height: 100vh;
+ min-height: 1080px;
44
45
perspective: 1000;
46
packages/homepage/src/screens/home/hero/index.js
@@ -147,8 +147,8 @@ export default () => {
147
initial={{ opacity: 0, y: 40 }}
148
animate={{ opacity: 1, y: 0 }}
149
transition={{
150
- duration: 0.5,
151
- delay: 0.3,
+ duration: 0.8,
+ delay: 1,
152
}}
153
>
154
<HeroBottom>
0 commit comments