From 1934710b9b855cbb31769dcfa2e9bc2f6f8f1100 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Mon, 14 Dec 2020 11:07:34 +0800 Subject: [PATCH] fix: optimize navigation logo size (#296) --- assets/css/kratos.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/kratos.css b/assets/css/kratos.css index 8c1283f..d35a8c7 100644 --- a/assets/css/kratos.css +++ b/assets/css/kratos.css @@ -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; }