improve spacing on login screen

pull/351/head
Matthew Hodgson 2015-11-11 00:56:44 +01:00
parent 2e9e03bd45
commit 5c92b09da1
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ limitations under the License.
.mx_Login_box { .mx_Login_box {
width: 300px; width: 300px;
min-height: 450px; min-height: 450px;
padding-top: 50px;
padding-bottom: 50px;
margin: auto; margin: auto;
} }