Fixed email icon bug

Changed `email` to `envelope-o` in each of the CSS files. Now the
envelope-o icon from Font Awesome shows correctly for the email in
SOCIAL.
This commit is contained in:
jasongtz 2015-07-25 17:26:14 +01:00
parent a3614c1acc
commit d5019e6651
4 changed files with 5 additions and 5 deletions

View file

@ -290,7 +290,7 @@ ul.social a.sc-github,
ul.social a.sc-github-alt {
background-color: #111010;
}
ul.social a.sc-email {
ul.social a.sc-envelope-o {
background-color: #578AD6;
}
@media screen and (min-width: 768px) {