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:
@@ -1,6 +1,12 @@
|
|||||||
.sdg-goals-index {
|
.sdg-goals-index {
|
||||||
|
.banner,
|
||||||
|
.header-card,
|
||||||
|
.section-header {
|
||||||
|
@include full-width-background($adjust-padding: true);
|
||||||
|
}
|
||||||
|
|
||||||
.section-header {
|
.section-header {
|
||||||
|
@include full-width-border(bottom, 1px solid #eee, $adjust-padding: true);
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
&::before {
|
&::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user