fixed login page on mobile
This commit is contained in:
parent
297bbd9c8d
commit
1ccea6b9a3
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user