From 5ce005a4f120c7470cd84c1af306b64c52e3dbfc Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 28 Mar 2023 03:38:35 +0300 Subject: custom user manager extended class (work in progress) --- html/app/views/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/app/views') diff --git a/html/app/views/login.php b/html/app/views/login.php index cc4556c..e7f9c3e 100644 --- a/html/app/views/login.php +++ b/html/app/views/login.php @@ -23,7 +23,7 @@ } .container { display: flex; height: 100vh; align-items:center; } .content { position: relative; - max-width:320px; width: 100%; + max-width:640px; width: 100%; margin: auto auto; padding: 1.5em; text-align: center; justify-center: center; opacity: .33; -- cgit v1.2.3