From c5b0a650fb75ae66ffaf349daa542fd57a83db2f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:25:50 +0000 Subject: [PATCH 1/2] Initial plan From 78365c74cd2bf17768f9d2909e9e3c8175f5cf32 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:31:25 +0000 Subject: [PATCH 2/2] Fix menubar alignment from right to left Co-authored-by: tkswanson <4371698+tkswanson@users.noreply.github.com> --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9396192..4b4314d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -47,7 +47,7 @@ header p { .nav-menu { list-style: none; display: flex; - justify-content: flex-end; + justify-content: flex-start; gap: 2rem; padding: 1rem 0; margin: 0;