make login form responsive

This commit is contained in:
Aadil Ayub 2022-01-20 18:17:54 +05:00
parent 7cd9da93aa
commit ac2a6c1753
1 changed files with 17 additions and 0 deletions

View File

@ -231,4 +231,21 @@ div#kc-username:before{
margin: unset;
margin-bottom: 1.5em;
}
.logo {
max-width: 320px;
transform: none;
}
.logo svg {
width: 100%;
}
.form-group {
width: 88vw;
}
.form-group.login-pf-settings {
margin-bottom: 2em;
}
}