diff --git a/apps/website/src/components/Card.tsx b/apps/website/src/components/Card.tsx
index 035c73e84..60a39e92e 100644
--- a/apps/website/src/components/Card.tsx
+++ b/apps/website/src/components/Card.tsx
@@ -18,8 +18,8 @@ export default function Card({ title, children, imageUrl, iconSvg, className, mo
- {iconSvg && <>{" "}> }
- {title}
+ {iconSvg && }{" "}
+ {title}
diff --git a/apps/website/src/style.css b/apps/website/src/style.css
index f5fa57964..36588c45d 100644
--- a/apps/website/src/style.css
+++ b/apps/website/src/style.css
@@ -116,6 +116,11 @@ img {
font-weight: 300;
margin: 0;
color: var(--brand-1);
+ margin-bottom: 0.5em;
+}
+
+.card-content h3 > span {
+ vertical-align: middle;
}
.card > .image {