Limit login box width

This commit is contained in:
Jack Jenkins 2017-05-15 20:04:03 +01:00 committed by GitHub
parent 939c5bf61e
commit 76027bc9c7

View File

@ -28,6 +28,7 @@
.login-box, .register-box {
width: 40%;
max-width: 500px;
margin: 7% auto;
}