diff --git a/src/components/Card.astro b/src/components/Card.astro
index ad4929f..66a67f2 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -21,7 +21,7 @@ if (image) {
)
}
-
{title}
{body}
diff --git a/src/components/Image.astro b/src/components/Image.astro
index b95e997..8425f21 100644
--- a/src/components/Image.astro
+++ b/src/components/Image.astro
@@ -13,7 +13,7 @@ const { src, alt, nsfw } = Astro.props;
alt && (
{alt}
diff --git a/src/components/Lightbox.astro b/src/components/Lightbox.astro
index cab6841..72f8eb3 100644
--- a/src/components/Lightbox.astro
+++ b/src/components/Lightbox.astro
@@ -1,6 +1,6 @@
-
+
-
+