Updated latest blog item widget

This commit is contained in:
becarta
2025-02-13 22:38:09 +01:00
parent 259aff8e14
commit 613bea69af
2 changed files with 4 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ const posts = APP_BLOG.isEnabled ? await findLatestPosts({ count }) : [];
</div>
)}
{information && <p class="text-muted dark:text-slate-400 lg:text-sm lg:max-w-md" set:html={information} />}
{information && <p class="text-muted dark:text-slate-400 lg:text-sm lg:max-w-md text-sm" set:html={information} />}
</div>
<Grid posts={posts} />