Center inputs in loginform (#3919)

fixes #3918
This commit is contained in:
Feu Mourek 2019-08-14 13:09:06 +02:00 committed by Johannes Meyer
parent cc19e68dfb
commit da7086cede
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@
padding: 0;
}
.control-group {
margin: 0 auto; // Center horizontally
}
.control-group,
.form-errors {
width: 24em;