Skip to content

Commit

Permalink
fix(Footer): SDG logo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Nov 20, 2019
1 parent 11c27d7 commit 98eb6c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/Footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.#{$prefix}--footer__sdg {
margin-top: 0.45rem;
//margin-top: 0.45rem;
margin-left: $spacing-xl;
width: 50px;
height: 50px;
Expand Down Expand Up @@ -93,6 +93,8 @@
.#{$prefix}--footer__cta {
margin-left: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
@include rtl {
margin-left: 0;
margin-right: auto;
Expand All @@ -103,6 +105,9 @@
.#{$prefix}--footer__cta-logo {
display: none;
}
.#{$prefix}--footer__sdg {
display: none;
}
}

@include breakpoint(bp--sm--major) {
Expand Down Expand Up @@ -175,6 +180,10 @@
.#{$prefix}--footer__secondary {
margin-top: rem(20px);
font-weight: 600;
@include typescale('caption');
@include breakpoint(bp--md--major) {
width: 100%;
}
@include line-height('body');
}

Expand Down

0 comments on commit 98eb6c3

Please sign in to comment.