From: Anthony Talarico Date: Wed, 31 Aug 2016 13:27:53 +0000 (-0400) Subject: replaced old instagram icon with new one in the header social icons X-Git-Tag: v1.5.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b289143541e0e518ef24bde2132c7b5d4cca5510;p=web%2FKeweenaw.git replaced old instagram icon with new one in the header social icons --- diff --git a/assets/Instagram-new.png b/assets/Instagram-new.png new file mode 100644 index 0000000..7eb6712 Binary files /dev/null and b/assets/Instagram-new.png differ diff --git a/styles.css b/styles.css index df37ce8..057c609 100644 --- a/styles.css +++ b/styles.css @@ -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;