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 f3597c8 commit ec729a7Copy full SHA for ec729a7
packages/docs-reanimated/src/components/Hero/StartScreen/index.tsx
@@ -46,7 +46,10 @@ const StartScreen = () => {
46
<span className={styles.rnLabel}>React Native</span>
47
<SelectedLabel isInteractive={true}>Reanimated</SelectedLabel>
48
</h1>
49
- <h2 className={styles.subheadingLabel}>Beyond the limitations</h2>
+ <h2 className={styles.subheadingLabel}>
50
+ Create smooth animations with an excellent developer
51
+ experience.
52
+ </h2>
53
</div>
54
<div className={styles.lowerHeading}>
55
<Horse />
packages/docs-reanimated/src/components/Hero/StartScreen/styles.module.css
@@ -36,6 +36,7 @@
36
font-weight: 600;
37
line-height: 1.15;
38
letter-spacing: var(--swm-heading-letter-spacing-bigger);
39
+ text-wrap: balance;
40
41
margin-top: 32px;
42
margin-bottom: 56px;
0 commit comments