diff --git a/src/BlazorApp/Components/Layout/NavBar.razor b/src/BlazorApp/Components/Layout/NavBar.razor
index 0f9f880..0ba58df 100644
--- a/src/BlazorApp/Components/Layout/NavBar.razor
+++ b/src/BlazorApp/Components/Layout/NavBar.razor
@@ -19,7 +19,7 @@
- Experience
+ My Experience
This App
diff --git a/src/BlazorApp/Components/Pages/Experience.razor b/src/BlazorApp/Components/Pages/Experience.razor
index 0b0d6aa..6a42f44 100644
--- a/src/BlazorApp/Components/Pages/Experience.razor
+++ b/src/BlazorApp/Components/Pages/Experience.razor
@@ -2,7 +2,7 @@
Beau Findlay - Experience
-
Experience
+
My Experience
Software Engineer since 2018
diff --git a/src/BlazorApp/Components/Pages/Home.razor b/src/BlazorApp/Components/Pages/Home.razor
index 878039b..09cbcec 100644
--- a/src/BlazorApp/Components/Pages/Home.razor
+++ b/src/BlazorApp/Components/Pages/Home.razor
@@ -14,5 +14,5 @@
un:hurd music.
- I believe in a privacy-first, information-focussed and performant internet. You won't find any trackers, analytics or the need for a cookie consent policy here.
+ I believe in a privacy-first, information-focussed and performant internet. You won't find any trackers, analytics or the need for a cookie banner here.
diff --git a/src/BlazorApp/wwwroot/css/components.css b/src/BlazorApp/wwwroot/css/components.css
index a503b6f..c3c09bf 100644
--- a/src/BlazorApp/wwwroot/css/components.css
+++ b/src/BlazorApp/wwwroot/css/components.css
@@ -221,7 +221,7 @@
.mobile-menu-body {
margin-top: var(--space-6);
- flex: 1 1 0%;
+ flex: 1 1 0;
display: flex;
flex-direction: column;
justify-content: space-between;
@@ -236,9 +236,7 @@
margin-right: -0.75rem;
display: block;
border-radius: var(--radius-lg);
- padding: 0.75rem;
- padding-top: var(--space-2);
- padding-bottom: var(--space-2);
+ padding: var(--space-2) 0.75rem;
font-size: var(--font-size-base);
font-weight: var(--font-weight-semibold);
line-height: 1.75;
@@ -268,13 +266,12 @@ body:has(.menu-toggle:checked) {
.mobile-menu-content {
max-width: 24rem;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
- border-left: 2px solid var(--color-slate-800);
}
}
@media (min-width: 1024px) {
.navbar .logo-container {
- flex: 1 1 0%;
+ flex: 1 1 0;
}
.navbar .mobile-menu-button-container {