Last active
January 22, 2018 20:01
-
-
Save cookbookplugin/d017818917f6c035dc3cc9ac5d19f1cd to your computer and use it in GitHub Desktop.
Add Instagram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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