Remove crappy underline from social svg links

This commit is contained in:
Tony Blyler 2016-11-11 14:13:32 -05:00
parent 2ffc603d93
commit b984f79ab3
2 changed files with 5 additions and 1 deletions

View file

@ -42,6 +42,10 @@ a:hover {
#social {
padding-bottom: 1%;
a {
text-decoration: none;
}
// these images are always SVG
img {
// this is now set in the img property itself

File diff suppressed because one or more lines are too long