Compare commits

...

2 Commits

Author SHA1 Message Date
85d715ad00 Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/login.lumbung.space
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-20 18:17:58 +05:00
ac2a6c1753 make login form responsive 2022-01-20 18:17:54 +05:00

View File

@ -240,4 +240,21 @@ div#kc-username:before{
margin: unset; margin: unset;
margin-bottom: 1.5em; 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;
}
} }