fix: logo display size

pull/343/head
Seaton Jiang 2021-02-18 22:45:45 +08:00
parent 9dde841e81
commit e22d746a41
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
2 changed files with 3 additions and 3 deletions

View File

@ -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