1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-25 10:32:31 +01:00

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 { .login-box, .register-box {
width: 40%; width: 40%;
max-width: 500px;
margin: 7% auto; margin: 7% auto;
} }