Skip to content

Instantly share code, notes, and snippets.

@cookbookplugin
Last active January 22, 2018 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cookbookplugin/d017818917f6c035dc3cc9ac5d19f1cd to your computer and use it in GitHub Desktop.
Save cookbookplugin/d017818917f6c035dc3cc9ac5d19f1cd to your computer and use it in GitHub Desktop.
Add Instagram
body .cookbook-instagram {
background: #333;
color: #fff;
margin: -20px auto 0;
padding: 20px;
}
body .cookbook-instagram h4 {
color: #fff;
margin: 3px 0 5px;
}
body .cookbook-instagram a {
color: #fff;
text-decoration: underline;
}
body .cookbook-instagram a:focus,
body .cookbook-instagram a:hover {
color: #55585a;
}
body .cookbook-instagram p {
margin-bottom: 0;
}
@media screen and (min-width: 500px) {
body .cookbook-instagram {
margin: -20 auto 0;
padding: 45px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment