File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 ;
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 ;
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 ) {
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
You can’t perform that action at this time.
0 commit comments