fixes telegram icon and show it only on mobile size

This commit is contained in:
Alberto Garcia Cabeza
2017-04-28 11:47:34 +02:00
parent 5f00d054d4
commit 15a9198b0f

View File

@@ -1371,6 +1371,13 @@ table {
}
}
@include breakpoint(medium) {
.button.button-telegram, .ssb-telegram {
display: none !important;
}
}
.social {
a {
@@ -1471,7 +1478,7 @@ table {
width: $line-height*2;
&:before {
content: "A";
content: "1";
font-family: "icons" !important;
font-size: rem-calc(24);
left: 50%;