1
1
Fork 0
This commit is contained in:
Vrifox 2021-01-02 23:51:59 +01:00
parent 9d3ddbded9
commit f54cfd1e2d
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -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;
}