Merge pull request #438 from SnowboiTheGr8/develop

Limit login box width
This commit is contained in:
Jakob
2017-05-15 22:02:15 +02:00
committed by GitHub

View File

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