From af472cad41d0526f0dbc5694748fc258e478f8a6 Mon Sep 17 00:00:00 2001 From: Asad Date: Mon, 10 Jun 2024 12:24:44 -0400 Subject: [PATCH 1/5] margin on mobile nav bar expanded menu --- src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index f0bf698..ecaf0ea 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -105,7 +105,7 @@ const Navbar = () => {
  • {item.name} From 7a1c9fe2909a097d819f2c1ca9bcf213eca72be0 Mon Sep 17 00:00:00 2001 From: Asad Date: Mon, 10 Jun 2024 12:30:39 -0400 Subject: [PATCH 2/5] section divider between hero and center description cards --- src/pages/Index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 2cc4703..9f7c046 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -12,11 +12,7 @@ const Index: React.FC = () => {
    -
    +
    Vector From 9b87c918c59bc57d6309a134adbc5fd03a3e0940 Mon Sep 17 00:00:00 2001 From: Asad Date: Mon, 10 Jun 2024 12:33:20 -0400 Subject: [PATCH 3/5] cloud text size alter --- src/pages/Index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 9f7c046..2750824 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -17,7 +17,7 @@ const Index: React.FC = () => {
    Vector
    -

    +

    Teens need
    mental health support From 90fc92cee6a97a00b5039bc26aaae95996d71d59 Mon Sep 17 00:00:00 2001 From: Asad Date: Mon, 10 Jun 2024 13:26:28 -0400 Subject: [PATCH 4/5] padding on about page --- src/components/AboutFutureVisionSections.tsx | 6 +++--- src/pages/About.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/AboutFutureVisionSections.tsx b/src/components/AboutFutureVisionSections.tsx index 4a39f07..1f8aa1a 100644 --- a/src/components/AboutFutureVisionSections.tsx +++ b/src/components/AboutFutureVisionSections.tsx @@ -4,17 +4,17 @@ import React from "react"; export default function AboutFutureVisionSections() { return (
    -
    +
    {/* union-1 */}
    -
    +

    Future Vision

    -
    +
    { return ( -
    +
    From 4db1202d97c798f2b398b026869ce2978e6161b9 Mon Sep 17 00:00:00 2001 From: Asad Date: Mon, 10 Jun 2024 13:55:17 -0400 Subject: [PATCH 5/5] prettier fix --- src/pages/Index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 2750824..fea8f3e 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -12,7 +12,7 @@ const Index: React.FC = () => {
    -
    +
    Vector