From db9cfc270b509aef20af57c35e22cbbb43eaaef8 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 2 Dec 2021 21:32:26 +0800 Subject: [PATCH] Fix code style issue --- _sass/addon/commons.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 253c0e6..072ef2b 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -232,6 +232,7 @@ i { // fontawesome icons #panel-wrapper { h4 { @include panel-label; + font-family: inherit; } @@ -1072,6 +1073,8 @@ $sidebar-display: "sidebar-display"; } #core-wrapper { + min-height: calc(100vh - #{$topbar-height} - #{$footer-height} - #{$bottom-min-height}) !important; + .categories, #tags, #archives { @@ -1128,10 +1131,6 @@ $sidebar-display: "sidebar-display"; } } -#core-wrapper { - min-height: calc(100vh - #{$topbar-height} - #{$footer-height} - #{$bottom-min-height}) !important; -} - #topbar-wrapper.row, #main > .row, #search-result-wrapper > .row {