From 6fa2ea5a7c74127f531844adff99eaffef7c46a8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 8 Jan 2026 18:10:08 +0000 Subject: [PATCH] a --- Vue/Changermotpass/index.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Vue/Changermotpass/index.php b/Vue/Changermotpass/index.php index 7393263..f1bce3e 100755 --- a/Vue/Changermotpass/index.php +++ b/Vue/Changermotpass/index.php @@ -111,15 +111,20 @@ .password-change-container { max-width: 100%; margin: 0 auto; - padding: 20px; + /*padding: 20px;*/ + padding: 0px; } .password-change-card { background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); + /* padding: 30px; margin-top: 20px; + */ + padding: 0px; + margin-top: 0px; } .password-change-header .alert { @@ -164,7 +169,8 @@ .form-actions .btn { flex: 1; - padding: 12px; + /*padding: 12px;*/ + padding: 0px; } /* Large screens optimization */