From 56e257a72bf9b4e8d42e3a5cf166eff0e20b9331 Mon Sep 17 00:00:00 2001 From: ali <159713281+cunkin375@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:50:20 -0400 Subject: [PATCH] style: constrain page margins --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 05af1c5..3428c6c 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,6 +1,6 @@ export default function Home() { return ( -
+
{/* START OF THE HOME SECTION */}
{/* Home code goes here */}