Skip to content

Commit

Permalink
use rem-calc
Browse files Browse the repository at this point in the history
  • Loading branch information
WKocur committed Oct 1, 2019
1 parent b675114 commit 4adb570
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/components/_logos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
.logo {
&--common-oceans {
@include logo-basic();
width: 116px; height: 58px;
width: rem-calc(116); height: rem-calc(58);
}

&--cpps {
@include logo-basic();
width: 70px; height: 70px;
width: rem-calc(70); height: rem-calc(70);
}

&--nairobi-convention {
@include logo-basic();
width: 58px; height: 58px;
width: rem-calc(58); height: rem-calc(58);
}

&--unep {
@include logo-basic();
width: 76px; height: 76px;
width: rem-calc(76); height: rem-calc(76);
}
}

0 comments on commit 4adb570

Please sign in to comment.