From d364990f4ff95c6b58f2a576baf86202b903b4bf Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Tue, 25 Mar 2025 23:03:27 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Increase=20content=20width?= =?UTF-8?q?=20for=20better=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increases the content width from 24 to 64 to provide a more comfortable reading experience for users. This change ensures the blog posts are displayed in a more visually appealing and readable layout. --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 9952503..793a5d0 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -21,7 +21,7 @@ const blogposts = [ export default function Home() { return ( -
+