Fix social share buttons overlapping on small screens

This commit is contained in:
Michael Rose
2015-01-22 12:18:35 -05:00
parent 87b8d0b129
commit 7811c598b0
2 changed files with 11 additions and 3 deletions

View File

@ -593,6 +593,7 @@ $button-size: 1.5rem;
}
}
a {
display: block;
padding: 8px 20px;
text-decoration: none !important;
text-transform: uppercase;
@ -605,6 +606,13 @@ $button-size: 1.5rem;
opacity: 1;
}
}
span {
display: none;
@media #{$medium} {
display: inline;
padding-left: 5px;
}
}
h4 {
@include font-rem(14);
margin-bottom: 10px;