Skip to content

Commit cec6282

Browse files
committed
Tweak the size of the hero
1 parent 710672f commit cec6282

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/homepage/src/screens/home/hero/elements.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export const HeroWrapper = styled.section`
3939
overflow: hidden;
4040
padding: 0 2rem;
4141
42-
height: calc(100vh - 48px);
43-
min-height: calc(1080px - 48px);
42+
height: 100vh;
43+
min-height: 1080px;
4444
4545
perspective: 1000;
4646

packages/homepage/src/screens/home/hero/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export default () => {
147147
initial={{ opacity: 0, y: 40 }}
148148
animate={{ opacity: 1, y: 0 }}
149149
transition={{
150-
duration: 0.5,
151-
delay: 0.3,
150+
duration: 0.8,
151+
delay: 1,
152152
}}
153153
>
154154
<HeroBottom>

0 commit comments

Comments
 (0)