Fix SDG section header and banner background

They weren't taking the full width because in the SDG index the `main`
element has a padding.
This commit is contained in:
Javi Martín
2021-09-21 16:16:13 +02:00
parent 8eb1a64996
commit a75e470c7d

View File

@@ -1,6 +1,12 @@
.sdg-goals-index {
.banner,
.header-card,
.section-header {
@include full-width-background($adjust-padding: true);
}
.section-header {
@include full-width-border(bottom, 1px solid #eee, $adjust-padding: true);
h1 {
&::before {