diff --git a/app/static/style.css b/app/static/style.css index 637797a..9db490b 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -35,7 +35,8 @@ a:hover { text-decoration: underline; } /* Auth forms */ .auth-form { max-width: 360px; margin: 4rem auto; background: var(--card-bg); padding: 2rem; border-radius: 8px; border: 1px solid var(--border); } .auth-form h2 { margin-bottom: 1.25rem; } -.auth-link { margin-top: 1rem; text-align: center; font-size: .9rem; } +.auth-form button[type="submit"] { margin-top: 1.25rem; } +.auth-link { margin-top: 1.5rem; text-align: center; font-size: .9rem; } /* Forms */ label { display: block; margin-top: 1rem; font-size: .85rem; font-weight: 500; color: var(--text-muted); }