Bold link on hover
&__link {
text-transform: uppercase;
font-size: 20px;
text-align: center;
&:hover{
font-weight: bold;
} //&:hover
&::after {
display: block;
content: attr(title);
font-weight: bold;
height: 1px;
color: transparent;
overflow: hidden;
visibility: hidden;
margin-bottom: -1px;
} // &::after
} // &__link