diff --git a/website/docs/usage/101/_vectors-similarity.mdx b/website/docs/usage/101/_vectors-similarity.mdx
index c27f777d8..6deab926d 100644
--- a/website/docs/usage/101/_vectors-similarity.mdx
+++ b/website/docs/usage/101/_vectors-similarity.mdx
@@ -134,6 +134,7 @@ useful for your purpose. Here are some important considerations to keep in mind:
[`sense2vec`](https://github.com/explosion/sense2vec) is a library developed by
diff --git a/website/docs/usage/layers-architectures.mdx b/website/docs/usage/layers-architectures.mdx
index 37f11e8e2..8f6bf3a20 100644
--- a/website/docs/usage/layers-architectures.mdx
+++ b/website/docs/usage/layers-architectures.mdx
@@ -113,6 +113,7 @@ code.
diff --git a/website/docs/usage/projects.mdx b/website/docs/usage/projects.mdx
index 8ec035942..f3cca8013 100644
--- a/website/docs/usage/projects.mdx
+++ b/website/docs/usage/projects.mdx
@@ -943,7 +943,7 @@ full embedded visualizer, as well as individual components.
> $ pip install spacy-streamlit --pre
> ```
-
+
Using [`spacy-streamlit`](https://github.com/explosion/spacy-streamlit), your
projects can easily define their own scripts that spin up an interactive
diff --git a/website/docs/usage/visualizers.mdx b/website/docs/usage/visualizers.mdx
index f1ff6dd3d..1d3682af4 100644
--- a/website/docs/usage/visualizers.mdx
+++ b/website/docs/usage/visualizers.mdx
@@ -437,6 +437,6 @@ Alternatively, if you're using [Streamlit](https://streamlit.io), check out the
helps you integrate spaCy visualizations into your apps. It includes a full
embedded visualizer, as well as individual components.
-
+
diff --git a/website/pages/index.tsx b/website/pages/index.tsx
index 4c0932926..3f08ec007 100644
--- a/website/pages/index.tsx
+++ b/website/pages/index.tsx
@@ -89,8 +89,8 @@ const Landing = () => {
- Since its release in 2015, spaCy has become an industry standard with
- a huge ecosystem. Choose from a variety of plugins, integrate with your machine
+ Since its release in 2015, spaCy has become an industry standard with a huge
+ ecosystem. Choose from a variety of plugins, integrate with your machine
learning stack and build custom components and workflows.
@@ -206,7 +206,10 @@ const Landing = () => {
-
+
diff --git a/website/src/components/card.js b/website/src/components/card.js
index 14e5d9f67..3e973daae 100644
--- a/website/src/components/card.js
+++ b/website/src/components/card.js
@@ -19,7 +19,7 @@ export default function Card({ title, to, image, header, small, onClick, childre