diff --git a/docs/css/custom.css b/docs/css/custom.css index ce302d9..f012fce 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -1078,13 +1078,13 @@ .auth-page { max-width: 420px; - margin: 0 auto; - padding: 1rem 0 3rem; + margin: 2.5rem auto 0; + padding: 0 0 3rem; } .auth-page__title { margin-top: 0; - margin-bottom: 0.6rem; + margin-bottom: 0.5rem; } .auth-card { @@ -1096,11 +1096,11 @@ /* Message banner — fixed height always reserved so the form never shifts */ .auth-message { - border-radius: 6px; - font-size: 0.88rem; - line-height: 1.4; - height: 2.6rem; - margin-bottom: 0.4rem; + border-radius: 4px; + font-size: 0.82rem; + line-height: 1.3; + height: 1.8rem; + margin-bottom: 0.75rem; box-sizing: border-box; border: 1px solid transparent; background: transparent; @@ -1110,7 +1110,7 @@ overflow: hidden; display: flex; align-items: center; - padding: 0 0.9rem; + padding: 0 0.7rem; } .auth-message.is-visible { diff --git a/static/css/custom.css b/static/css/custom.css index ce302d9..f012fce 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1078,13 +1078,13 @@ .auth-page { max-width: 420px; - margin: 0 auto; - padding: 1rem 0 3rem; + margin: 2.5rem auto 0; + padding: 0 0 3rem; } .auth-page__title { margin-top: 0; - margin-bottom: 0.6rem; + margin-bottom: 0.5rem; } .auth-card { @@ -1096,11 +1096,11 @@ /* Message banner — fixed height always reserved so the form never shifts */ .auth-message { - border-radius: 6px; - font-size: 0.88rem; - line-height: 1.4; - height: 2.6rem; - margin-bottom: 0.4rem; + border-radius: 4px; + font-size: 0.82rem; + line-height: 1.3; + height: 1.8rem; + margin-bottom: 0.75rem; box-sizing: border-box; border: 1px solid transparent; background: transparent; @@ -1110,7 +1110,7 @@ overflow: hidden; display: flex; align-items: center; - padding: 0 0.9rem; + padding: 0 0.7rem; } .auth-message.is-visible {