diff --git a/src/static/webldappasswd.css b/src/static/webldappasswd.css index 21eac71..452c173 100644 --- a/src/static/webldappasswd.css +++ b/src/static/webldappasswd.css @@ -31,9 +31,15 @@ body { font-family: sans-serif; } -form { +body * { width: 720px; +} +h1 { + text-align: center; +} + +form { display: grid; grid-template-columns: 1fr; }