From 18adbf1120165ecae5601d4e2321c93ac9519e29 Mon Sep 17 00:00:00 2001 From: Loso <160607645+cronc002@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:22:15 -0400 Subject: [PATCH 1/2] Add files via upload --- client/src/components/Navbar/index.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/client/src/components/Navbar/index.tsx b/client/src/components/Navbar/index.tsx index d675ba9..969fb58 100644 --- a/client/src/components/Navbar/index.tsx +++ b/client/src/components/Navbar/index.tsx @@ -15,7 +15,9 @@ export default function Navbar() {
-

Greenline

+

+ greenline +

@@ -25,10 +27,12 @@ export default function Navbar() { - Markets + Glossary Chevron Down + + Link @@ -36,9 +40,12 @@ export default function Navbar() { - Markets + Resources + Chevron Down + + Link From b4514f9c67790ebf23f17c40129e59520deb7a50 Mon Sep 17 00:00:00 2001 From: Loso <160607645+cronc002@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:23:14 -0400 Subject: [PATCH 2/2] Add files via upload --- client/src/app/globals.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/app/globals.css b/client/src/app/globals.css index 8a306d2..8def60d 100644 --- a/client/src/app/globals.css +++ b/client/src/app/globals.css @@ -87,5 +87,10 @@ body { } body { @apply bg-background text-foreground; + background-image: url('https://images.pexels.com/photos/2387793/pexels-photo-2387793.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'); /* Replace with your image URL */ + background-size: cover; /* Makes sure the image covers the entire background */ + background-position: center; /* Centers the image */ + background-repeat: no-repeat; /* Prevents the image from repeating */ + min-height: 100vh; /* Ensures the body takes up the full viewport height */ } } \ No newline at end of file