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; }