Render header on sdg index page

We no longer show the static header when we have created a
custom header.
This commit is contained in:
taitus
2021-02-19 09:56:23 +01:00
committed by Javi Martín
parent e639cab994
commit 4a880fc1c5
6 changed files with 33 additions and 10 deletions

View File

@@ -47,4 +47,8 @@
@include grid-row-nest;
}
}
.background-header {
margin-bottom: $line-height;
}
}