From 98d6be3a5cd0ca4058133996c7e6521f74c1f1a4 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 26 May 2026 11:37:03 +0800 Subject: [PATCH] feat: cert-login style --- apps/authentication/templates/authentication/cert_login.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/authentication/templates/authentication/cert_login.html b/apps/authentication/templates/authentication/cert_login.html index 20627e1fa..432d036c0 100644 --- a/apps/authentication/templates/authentication/cert_login.html +++ b/apps/authentication/templates/authentication/cert_login.html @@ -21,6 +21,7 @@ width: 100vw; height: 100vh; background-color: #f3f3f3; + flex-direction: column; } .cert-login-box { @@ -28,7 +29,9 @@ border-radius: 6px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); padding: 40px 50px 32px; - width: 420px; + max-width: 420px; + width: 100%; + margin-bottom: auto; } .cert-login-box .logo-row {