Skip to content

Commit

Permalink
Fix footer icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Sep 3, 2018
1 parent 5e639b2 commit a6ba366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
text-decoration: none !important; // sass-lint:disable-line no-important

.icon {
font-size: rem(48px);
@include font-size(h1);
}
}

Expand Down Expand Up @@ -133,7 +133,7 @@
}

.icon {
@include font-size(6);
@include font-size(h2);
display: block;
line-height: 1;
margin: 0 auto em($spacing-x-small);
Expand Down Expand Up @@ -170,7 +170,7 @@
display: inline-block;

.icon {
@include font-size(4);
@include font-size(3);
line-height: 1;
}
}
Expand Down

0 comments on commit a6ba366

Please sign in to comment.