From 0c3ad59809fa84dd4bf9097102ab58a490675a08 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Thu, 24 Apr 2025 12:58:16 -0400 Subject: [PATCH] feat: Update sidebar header text and remove margin from account summary --- src/components/Sidebar.astro | 5 +++-- src/styles/global.css | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index e4454b1..afaf6ce 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -12,7 +12,7 @@ const { accounts, initialAccount } = Astro.props; --- \ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index 08e85f1..849c422 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -121,7 +121,6 @@ body { } .account-summary { - margin-top: auto; padding-top: 20px; border-top: 1px solid #eee; }