removes h2 tag on social share partial

This commit is contained in:
decabeza
2017-05-31 13:53:06 +02:00
parent 6b520d7978
commit b4121f0d27
2 changed files with 4 additions and 3 deletions

View File

@@ -648,11 +648,12 @@ footer {
}
}
h2.sidebar-title {
.sidebar-title {
border-top: 2px solid $brand;
display: inline-block;
font-size: rem-calc(16);
margin: -1px 0 rem-calc(12);
font-weight: bold;
margin: -1px 0 $line-height/2;
padding-top: $line-height/4;
text-transform: uppercase;
}