3
0

responsive fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Idrees Jawad 2023-12-28 16:52:51 +05:30
parent bd496ab19e
commit 18f794d3d5

View File

@ -40,7 +40,7 @@ body .pf-c-button.pf-m-primary {
}
div#kc-content {
margin: 5px auto;
margin: 65px auto 5px;
}
div#kc-registration span a:hover {
@ -133,3 +133,21 @@ div#kc-registration span a {
min-width: 200px;
text-align: center;
}
@media screen and (max-width: 991px) {
body {
padding: 0 !important;
}
.login-pf-page {
max-width: 100% !important;
border-radius: 0 !important;
min-height: 100vh;
}
body #kc-header {
max-width: 100% !important;
flex: auto;
}
#kc-header-wrapper, .app-logo {
display: none;
}
}