From 629403fddea28e86a7e3fc7f9a7cec5bc43ef027 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 13 Mar 2026 10:17:39 -0500 Subject: [PATCH] feat: adjustment to spacing --- src/components/sections/RecentPostsSection.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/RecentPostsSection.astro b/src/components/sections/RecentPostsSection.astro index 488c5d0..abc7e6d 100644 --- a/src/components/sections/RecentPostsSection.astro +++ b/src/components/sections/RecentPostsSection.astro @@ -18,7 +18,7 @@ const global = await directus.request(readSingleton('site_global')); const { posts, title, subTitle } = Astro.props; --- -
+

{title}