Skip to content

Commit 98eb6c3

Browse files
committed
fix(Footer): SDG logo fixed
1 parent 11c27d7 commit 98eb6c3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/components/Footer/_footer.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
.#{$prefix}--footer__sdg {
49-
margin-top: 0.45rem;
49+
//margin-top: 0.45rem;
5050
margin-left: $spacing-xl;
5151
width: 50px;
5252
height: 50px;
@@ -93,6 +93,8 @@
9393
.#{$prefix}--footer__cta {
9494
margin-left: auto;
9595
display: flex;
96+
flex-wrap: wrap;
97+
align-items: center;
9698
@include rtl {
9799
margin-left: 0;
98100
margin-right: auto;
@@ -103,6 +105,9 @@
103105
.#{$prefix}--footer__cta-logo {
104106
display: none;
105107
}
108+
.#{$prefix}--footer__sdg {
109+
display: none;
110+
}
106111
}
107112

108113
@include breakpoint(bp--sm--major) {
@@ -175,6 +180,10 @@
175180
.#{$prefix}--footer__secondary {
176181
margin-top: rem(20px);
177182
font-weight: 600;
183+
@include typescale('caption');
184+
@include breakpoint(bp--md--major) {
185+
width: 100%;
186+
}
178187
@include line-height('body');
179188
}
180189

0 commit comments

Comments
 (0)