Fix code style issue
This commit is contained in:
parent
3caacbee61
commit
db9cfc270b
1 changed files with 3 additions and 4 deletions
|
@ -232,6 +232,7 @@ i { // fontawesome icons
|
||||||
#panel-wrapper {
|
#panel-wrapper {
|
||||||
h4 {
|
h4 {
|
||||||
@include panel-label;
|
@include panel-label;
|
||||||
|
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1072,6 +1073,8 @@ $sidebar-display: "sidebar-display";
|
||||||
}
|
}
|
||||||
|
|
||||||
#core-wrapper {
|
#core-wrapper {
|
||||||
|
min-height: calc(100vh - #{$topbar-height} - #{$footer-height} - #{$bottom-min-height}) !important;
|
||||||
|
|
||||||
.categories,
|
.categories,
|
||||||
#tags,
|
#tags,
|
||||||
#archives {
|
#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,
|
#topbar-wrapper.row,
|
||||||
#main > .row,
|
#main > .row,
|
||||||
#search-result-wrapper > .row {
|
#search-result-wrapper > .row {
|
||||||
|
|
Loading…
Reference in a new issue