1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

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
commit 772eb14117

View File

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