Skip to content

Commit

Permalink
Increase "Get involved" icon sizes on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 7, 2017
1 parent d544e4c commit 61b2ee3
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions docs/_sass/components/_features.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,29 +126,23 @@
@include vendor('align-items', 'flex-start');

.icon {
height: 6em;
line-height: 6em;
margin: 0 0 (_size(element-margin) * 0.75) 0;
width: 6em;
height: 7em;
line-height: 7em;
margin: 1.5em 0 (_size(element-margin) * 0.5) 0;
width: 7em;

&:before {
font-size: 1.5rem;
&:first-child {
margin-top: 0;
}

&:after {
height: 4em;
margin: -2em 0 0 -2em;
width: 4em;
&:before {
font-size: 2.5rem;
}
}
}
}

@include breakpoint(xsmall) {
article {
.icon {
&:before {
font-size: 1.25rem;
&:after {
height: 4.5em;
margin: -2.25em 0 0 -2.25em;
width: 4.5em;
}
}
}
Expand Down

0 comments on commit 61b2ee3

Please sign in to comment.