mirror of https://github.com/vtrois/kratos
fix: logo display size
parent
9dde841e81
commit
e22d746a41
|
@ -202,7 +202,7 @@ button:focus {
|
|||
|
||||
.k-nav .navbar-brand img {
|
||||
max-width: 168px;
|
||||
max-height: 27px;
|
||||
max-height: 40px;
|
||||
}
|
||||
|
||||
.k-nav .navbar-brand h1 {
|
||||
|
@ -415,7 +415,7 @@ button:focus {
|
|||
|
||||
.k-nav .navbar-brand img {
|
||||
max-width: 140px;
|
||||
max-height: 20px;
|
||||
max-height: 30px;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue