fixes telegram icon and show it only on mobile size
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user