diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro
index 20b7385..2e80af9 100644
--- a/src/pages/posts/[slug].astro
+++ b/src/pages/posts/[slug].astro
@@ -35,16 +35,17 @@ const { Content, frontmatter } = Astro.props.post;
{frontmatter.title}
-
+
+
@@ -57,6 +58,6 @@ const { Content, frontmatter } = Astro.props.post;
@apply font-semibold text-2xl text-skin-accent;
}
.tags-container {
- @apply mb-8;
+ @apply my-8;
}