mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
more space for the title override PF style (#33746)
* more space for the title override PF style fixes: #33607 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * changed to percentages Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> --------- Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
f06d76a5aa
commit
d1504e4657
@ -84,4 +84,10 @@ div.kc-logo-text span {
|
||||
hr {
|
||||
margin-top: var(--pf-v5-global--spacer--sm);
|
||||
margin-bottom: var(--pf-v5-global--spacer--md);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
div.pf-v5-c-login__main-header {
|
||||
grid-template-columns: 70% 30%;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user