diff --git a/src/styles/global.css b/src/styles/global.css index 02a682d..6f4e53b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -676,9 +676,10 @@ a:focus-visible, button:focus-visible { .account-dropdown button { display: flex; align-items: center; + justify-content: center; gap: 0.6em; width: 100%; - text-align: left; + text-align: center; background: none; border: none; color: var(--c-text);