Browse Source

On branch master
Your branch is up-to-date with 'origin/master'.

Changes to be committed:
modified: style.css

Fixed the icon error in social media widget

Stefano Mandelli 8 years ago
parent
commit
6bdbde00cc
1 changed files with 15 additions and 0 deletions
  1. 15 0
      style.css

+ 15 - 0
style.css

@@ -297,6 +297,21 @@ font-size: 18px;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
 }
 
+.fa-facebook:before {
+	content: "\f09a";
+}
+
+.fa-github:before {
+	content: "\f09b";
+}
+.fa-twitter:before {
+	content: "\f099";
+}
+.fa-google-plus:before {
+	content: "\f0d5";
+}
+
+
 .nav-toggle,
 .nav-toggle .bar,
 .blog-menu a,