Add .mg-icon-link class to social icons

This commit is contained in:
Luca Chiricozzi
2015-01-15 20:41:16 +01:00
parent ed78d5c0ba
commit 6293f47f05
3 changed files with 8 additions and 1 deletions

View File

@@ -189,6 +189,10 @@ a {
margin-top: 1em;
}
.mg-icon-link:hover {
text-decoration: none;
}
.mg-icons-small {
margin-bottom: 1em;
}