should fix positioning of footer icons

This commit is contained in:
Jos Poortvliet
2015-03-13 18:57:35 +01:00
parent a5fd59eb0e
commit 19c2161b51

View File

@@ -173,6 +173,21 @@ p.socialicons > a > img {
margin: 0 4px;
}
div.footer-social-icons > div {
text-align: center;
margin-bottom: -14px;
margin-top: 7px;
}
div.footer-social-icons> div > a:hover {
opacity: 0.8;
}
div.footer-social-icons img {
margin: 0 1em 1em 0;
}
div.thumbnail > img {
margin-bottom: 0;
}