mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
20 lines
No EOL
266 B
CSS
20 lines
No EOL
266 B
CSS
body{
|
|
margin-top: 100px;
|
|
}
|
|
.form-container {
|
|
float: none;
|
|
margin: 0 auto;
|
|
width: 400px;
|
|
}
|
|
.login-title{
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
body{
|
|
margin-top: 0px;
|
|
}
|
|
.form-container {
|
|
width: auto;
|
|
}
|
|
} |