From e0121fab29938469c4ffe3e5285a877f84af0870 Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 14 Sep 2021 14:54:48 +0800 Subject: [PATCH] Fix site logo bug. --- assets/stylesheets/template/template.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 7794dd6..c914bbc 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -23,7 +23,9 @@ //RWD @import "RWD"; - +.navbar-brand .default_site_h1{ + height: auto; +} .dropdown-toggle:focus { // outline: 2px solid #43B5FC; outline: transparent;