From 6c879038f6cc6c84e664109c879af3f9275d33ca Mon Sep 17 00:00:00 2001 From: Kira Jiroux Date: Mon, 2 Jun 2025 17:34:53 -0400 Subject: [PATCH] Quick changes. --- .../Components/Layout/MainLayout.razor | 10 ++-- .../Components/Layout/NavMenu3.razor | 52 ++++++++----------- 2 files changed, 25 insertions(+), 37 deletions(-) diff --git a/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor b/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor index bead1c6..8bb1d7e 100644 --- a/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor +++ b/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor @@ -1,11 +1,9 @@ @inherits LayoutComponentBase -
- - - -
-
+
+
+ +
@Body
diff --git a/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor b/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor index f2365a7..8aa0c87 100644 --- a/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor +++ b/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor @@ -1,45 +1,35 @@ -