fix: optimize navigation logo size (#296)

pull/321/head^2
Seaton Jiang 2020-12-14 11:07:34 +08:00
parent 7fe65d5559
commit 1934710b9b
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
1 changed files with 5 additions and 1 deletions

View File

@ -192,7 +192,7 @@ button:focus {
}
.k-nav .navbar-brand img {
width: 100px;
width: 168px;
}
.k-nav .navbar-toggler {
@ -402,6 +402,10 @@ button:focus {
font-size: 19px;
}
.k-nav .navbar-brand img {
width: 130px;
}
.navbar-light .navbar-nav .nav-link {
font-size: 16px;
}