From d1427479128364e361dfad3ccfd14c676aa1062b Mon Sep 17 00:00:00 2001 From: Keyemail Date: Fri, 26 Apr 2024 11:25:47 -0700 Subject: [PATCH] Fixed Issues --- src/views/HomePage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index cf9c79b..83df967 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -22,7 +22,7 @@ header { background-position: center 20%; height: 180px; width: 100%; - background-color: black; + background-color: #0df; border-radius: 10px; font-family: 'Rubik', sans-serif; } @@ -49,6 +49,7 @@ header h1 { width:100%; height:100%; object-fit: cover; + background-color: #afb5c8 } .intro {