decrease social links font size on mobile

This commit is contained in:
Ray Elliott 2020-02-21 14:44:32 +00:00
parent 6736625dc7
commit db4ac2d956
1 changed files with 0 additions and 3 deletions

View File

@ -293,9 +293,6 @@ div.content .meta-tag {
&:focus {
color: $link-color;
}
@media only screen and (max-width: 768px) {
font-size: 1.4rem;
}
}
}
}