Skip to content

Commit 79e89d7

Browse files
committed
docs: fix hero title on homepage
1 parent b51b0aa commit 79e89d7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

website/src/pages/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ function Hero() {
2121
<div className={clsx(styles.relative, 'row')}>
2222
<div className="col">
2323
<h1 className={styles.tagline}>
24-
Build your <span>Python<br /> web crawlers</span><br /> using <span>Crawlee</span>
24+
Build your Python<br/> web crawlers<br/> using Crawlee
25+
</h1>
26+
<h1 className={styles.tagline}>
27+
Build your <span>Python<br/> web crawlers</span><br/> using <span>Crawlee</span>
2528
</h1>
2629
</div>
2730
</div>

website/src/pages/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
}
4545

4646
.heroBanner h1:nth-child(1) {
47-
background: linear-gradient(225deg, #9dceff 0%, #4584b6 30%, #4584b6 100%),
48-
#4584b6;
47+
background: linear-gradient(225deg, #9dceff 0%, #4584b6 60%, #4584b6 100%), #4584b6;
4948
-webkit-background-clip: text;
5049
-webkit-text-fill-color: transparent;
5150
background-clip: text;

0 commit comments

Comments
 (0)