diff --git a/app/styles/header.css b/app/styles/header.css index af4c1c0..9f30d31 100644 --- a/app/styles/header.css +++ b/app/styles/header.css @@ -84,9 +84,9 @@ header{ .header-login-button{ height: 100%; - width:4vw; + width:max-content; font-size: var(--font-size); - padding: 3px; + padding: 0.5vw 1vw; background-color: var(--input-button-color); color: var(--text-color); border: none;