update
This commit is contained in:
parent
9d3ddbded9
commit
f54cfd1e2d
1 changed files with 7 additions and 2 deletions
|
@ -53,6 +53,9 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
aside.widget-area {
|
||||
margin-top: calc(2 * var(--global--spacing-vertical));
|
||||
}
|
||||
footer {
|
||||
.site-info {
|
||||
display: none;
|
||||
|
@ -138,16 +141,18 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
// tag / category header
|
||||
// tag / category / search header
|
||||
|
||||
body {
|
||||
&.tag,
|
||||
&.category {
|
||||
&.category,
|
||||
&.search {
|
||||
#page {
|
||||
#content {
|
||||
#primary {
|
||||
#main {
|
||||
header.page-header {
|
||||
border-bottom: 3px solid $nom-blue;
|
||||
h1 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
Reference in a new issue