replaced old instagram icon with new one in the header social icons
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Aug 2016 13:27:53 +0000 (09:27 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Aug 2016 13:27:53 +0000 (09:27 -0400)
assets/Instagram-new.png [new file with mode: 0644]
styles.css

diff --git a/assets/Instagram-new.png b/assets/Instagram-new.png
new file mode 100644 (file)
index 0000000..7eb6712
Binary files /dev/null and b/assets/Instagram-new.png differ
index df37ce8..057c609 100644 (file)
@@ -259,7 +259,8 @@ header .social li a.facebook {
   background: url(assets/facebook.jpg) no-repeat center center;
 }
 header .social li a.instagram {
-    background: url(assets/instagram.jpg) no-repeat center center;
+    background: url(assets/Instagram-new.png) no-repeat center center;
+    background-size: contain;
 }
 header .social li a.google {
     background: url(assets/google.jpg) no-repeat center center;