From 6f826c47dff610a2d1904ccd4652eb655a5301ae Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Sun, 9 Feb 2025 01:00:08 +0100 Subject: [PATCH] fix: enormous margins --- src/components/landing-page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 82dd9b8..19e057f 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -15,9 +15,9 @@ function Section({ title: string; paragraphs: ReactElement; }) { - return (
+ return (
-

{title}

+

{title}

{paragraphs}
@@ -134,7 +134,7 @@ export default function LandingPage( return (