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 {
|
footer {
|
||||||
.site-info {
|
.site-info {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -138,16 +141,18 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// tag / category header
|
// tag / category / search header
|
||||||
|
|
||||||
body {
|
body {
|
||||||
&.tag,
|
&.tag,
|
||||||
&.category {
|
&.category,
|
||||||
|
&.search {
|
||||||
#page {
|
#page {
|
||||||
#content {
|
#content {
|
||||||
#primary {
|
#primary {
|
||||||
#main {
|
#main {
|
||||||
header.page-header {
|
header.page-header {
|
||||||
|
border-bottom: 3px solid $nom-blue;
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue