diff --git a/infra/website/src/pages/blog/[slug].astro b/infra/website/src/pages/blog/[slug].astro
index 90e8572d0b2..a8ab3da8559 100644
--- a/infra/website/src/pages/blog/[slug].astro
+++ b/infra/website/src/pages/blog/[slug].astro
@@ -223,6 +223,7 @@ const socialImage = heroImage ? toAbsoluteUrl(heroImage) : undefined;
height: auto;
border-radius: 4px;
margin: 32px 0;
+ cursor: zoom-in;
}
/* Hero Image */
@@ -339,4 +340,67 @@ const socialImage = heroImage ? toAbsoluteUrl(heroImage) : undefined;
font-size: 18px;
}
}
-
+
+
+
+
+
+