3
0

added basic responsive to the app-logo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2023-12-27 18:19:49 +01:00
parent 8e515835e9
commit e8ec83b5a2

View File

@ -39,6 +39,10 @@ body .pf-c-button.pf-m-primary {
opacity: 0.8;
}
div#kc-content {
margin: 5px auto;
}
div#kc-registration span a:hover {
background: #16A34A;
}