diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 03:38:35 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 03:38:35 +0300 |
| commit | 5ce005a4f120c7470cd84c1af306b64c52e3dbfc (patch) | |
| tree | f93fa229273aad02501d3ecb326091bb2f7d31aa /html/app/views/login.php | |
| parent | fa7303bc99ed56e6770928d59e16ee3306e26750 (diff) | |
| download | classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.tar.gz classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.tar.bz2 classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.zip | |
custom user manager extended class (work in progress)
Diffstat (limited to 'html/app/views/login.php')
| -rw-r--r-- | html/app/views/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
