From 759606e9663bb454ba04ef3e1a42856a3e73b9cd Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Tue, 25 Mar 2025 21:19:35 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(BlogArea):=20improve=20layout?= =?UTF-8?q?=20of=20blogpost=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modify the layout of the blogpost details section to better align the content vertically. This change ensures the "Posted" date is aligned with the bottom of the blogpost description, creating a more balanced and visually appealing design. --- components/blogpost.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/blogpost.tsx b/components/blogpost.tsx index a113d45..452a6f3 100644 --- a/components/blogpost.tsx +++ b/components/blogpost.tsx @@ -46,7 +46,7 @@ export default function BlogArea({ blogposts }: BlogAreaProps) {
{blogpost.body.slice(0, 512)}...
-
+

Posted: {blogpost.publish}