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