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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue