diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 619ce3cabc9d..155daa672658 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -24,7 +24,7 @@ function Hero() { Crawlee is a web
scraping and browser
automation library

- Crawlee is a web
scraping
and browser
automation
library + Crawlee is a web
scraping
and browser
automation
library

diff --git a/website/src/pages/index.module.css b/website/src/pages/index.module.css index 0dcfedf02889..7bd26776d29e 100644 --- a/website/src/pages/index.module.css +++ b/website/src/pages/index.module.css @@ -18,9 +18,10 @@ text-align: left; transition: all var(--ifm-transition-fast); - span { - color: transparent !important; - } +} + +.taglineGap { + color: transparent !important; } .relative {