From 03e6c3fe3150ced5c6df1464bcd39c411fb70f82 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 4 Jun 2026 21:39:00 +0200 Subject: [PATCH] improve contact form collapse --- src/components/Section.tsx | 6 +++--- src/pages/Contact/Contact.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Section.tsx b/src/components/Section.tsx index 63ca9b4..d3de525 100644 --- a/src/components/Section.tsx +++ b/src/components/Section.tsx @@ -14,13 +14,13 @@ const Section = ({ title, smallTitle, description, children }: IProps) => { return (
-

+

{smallTitle}

-

+

{mainTitle} {lastWord}

-

+

{description}

{children} diff --git a/src/pages/Contact/Contact.tsx b/src/pages/Contact/Contact.tsx index 22ee876..e26e42e 100644 --- a/src/pages/Contact/Contact.tsx +++ b/src/pages/Contact/Contact.tsx @@ -65,7 +65,7 @@ const Contact = ({ handleSubmit }: IProps) => { >
{