aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/heroAnimation.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/components/heroAnimation.tsx')
-rw-r--r--packages/website/ts/@next/components/heroAnimation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/heroAnimation.tsx b/packages/website/ts/@next/components/heroAnimation.tsx
index fea757bc3..62250fd34 100644
--- a/packages/website/ts/@next/components/heroAnimation.tsx
+++ b/packages/website/ts/@next/components/heroAnimation.tsx
@@ -36,7 +36,7 @@ const spin = keyframes`
`;
const moveIn = keyframes`
- 0% { opacity: 0; transform: scale(1.5) rotate(-30deg) }
+ 0% { opacity: 0; transform: scale(1.7) rotate(-30deg) }
100% { opacity: 1; transform: scale(1) rotate(0deg) }
`;