From d844b05f1c931b598912ba16ab4a6a32f0c35477 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 26 May 2024 15:11:56 -0500 Subject: [PATCH] Fix word break on post tags causing overflow --- src/layouts/Post.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/Post.astro b/src/layouts/Post.astro index f33f69b..0411cbe 100644 --- a/src/layouts/Post.astro +++ b/src/layouts/Post.astro @@ -79,15 +79,15 @@ const ogp: SEOProps = { --- -
-

+
+

{title}