From d2558fc07e35bc95bc941042bb9591b9ba94f6f6 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sun, 28 Jun 2026 15:49:26 -0400 Subject: [PATCH] Use min-h-screen and add gap-20 to main layout Co-Authored-By: Claude Opus 4.8 (1M context) --- app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 3f36f7c..01ac7a9 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,8 +2,8 @@ import Image from "next/image"; export default function Home() { return ( -
-
+
+