Add code to goal title

The same way it's done in UN official SDG pages.
This commit is contained in:
Javi Martín
2020-12-26 22:30:08 +01:00
parent 46c6aa7f5f
commit bec166548c
4 changed files with 11 additions and 2 deletions

View File

@@ -31,6 +31,11 @@
font-weight: 500;
letter-spacing: -1px;
text-transform: uppercase;
.goal-code {
letter-spacing: -0.1em;
margin-right: rem-calc(10);
}
}
@each $code, $color in $sdg-colors {