From 0c2155cfffa0ce95182cf5d9d7d30a6df35a2228 Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Thu, 16 May 2024 07:36:42 +1000 Subject: [PATCH] Remove scroll --- apps/marketing/src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/app/page.tsx b/apps/marketing/src/app/page.tsx index b8a7812..450f997 100644 --- a/apps/marketing/src/app/page.tsx +++ b/apps/marketing/src/app/page.tsx @@ -384,7 +384,7 @@ export default function Home() { { language: "python", code: pythonCode }, { language: "curl", code: cUrl }, ]} - codeClassName="h-[55vh] " + codeClassName="h-[500px] " /> {/* */}