Skip to content

Commit

Permalink
Make icon's vertical spacing global
Browse files Browse the repository at this point in the history
  • Loading branch information
domingohui authored and ashawley committed Jan 14, 2018
1 parent f9e490b commit 95bebd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,10 @@ pre {
display: inline-block;
viewBox: "0 0 16 16";
fill: #{$grey-color};
padding-right: 5px;
}

.social-media-list {
.svg-icon {
padding-right: 5px;
}
li + li {
padding-top: 5px;
}
Expand Down

0 comments on commit 95bebd1

Please sign in to comment.