From 6e747fba07cef0df2300c06f46e0e65df8030b73 Mon Sep 17 00:00:00 2001 From: Keyemail Date: Wed, 5 Jun 2024 10:58:03 -0700 Subject: [PATCH] Fixed styles on main and nav --- src/App.vue | 15 ++++++- src/components/NavBar.vue | 83 ++++++++++++++++++++++----------------- src/views/HomePage.vue | 23 +++++------ 3 files changed, 72 insertions(+), 49 deletions(-) diff --git a/src/App.vue b/src/App.vue index b035168..bb321d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,9 +16,19 @@ export default { diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 66f5f70..cfeff33 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,24 +1,39 @@