From 261638c7e93da3a864341ce060073e56a8e923b2 Mon Sep 17 00:00:00 2001 From: Starelie Date: Tue, 17 Feb 2026 22:29:57 -0500 Subject: [PATCH] Fix the path of one of the images and the footer having the wrong background color --- src/outreach/outreach-page.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/outreach/outreach-page.vue b/src/outreach/outreach-page.vue index 881f844..dedeeac 100644 --- a/src/outreach/outreach-page.vue +++ b/src/outreach/outreach-page.vue @@ -9,7 +9,7 @@ import ProjectCard from "../../src/components/ProjectsCard.vue"; -
+

Outreach

Our Projects

@@ -51,7 +51,7 @@ import ProjectCard from "../../src/components/ProjectsCard.vue"; @@ -87,7 +87,7 @@ h1 { font-size: min(13vw, 80px); } -main { +.outreach-main { background-color: $primary; margin: auto; padding: 15px;