Browse Source

login mobile fix

pull/11/head
GilbN 5 years ago
committed by GitHub
parent
commit
ff33e4e4dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CSS/themes/organizr-hotline.css

5
CSS/themes/organizr-hotline.css

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

Loading…
Cancel
Save