fixed login page on mobile

This commit is contained in:
GilbN 2019-06-14 08:14:31 +02:00 committed by GitHub
parent 297bbd9c8d
commit 1ccea6b9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,11 @@
.text-info, .text-dark {
color: #ffffff !important;
}
@media (max-width: 480px)
login-sidebar {
margin-top: auto;
height: 100%;
}
/* Header */
.navbar-header {
background: var(--main-bg-color) !important;
@ -332,4 +337,4 @@
max-width: 100%;
max-height: 250px;
width: auto;
}
}