fix link
unknown
plain_text
a year ago
1.0 kB
12
Indexable
/*link color and font weight*/
.lp-title-group {
max-width: 1260px;
}
a{
font-weight: 400;
color: #000;
}
div.redesign .link{
&:hover{
color: #000;
}
&:after{
background-color: #050E3D;
}
}
/*end*/
/*START Link on Mobile - WB eliezer */
@media only screen and (max-width: 768px){
.redesign .link {
white-space: normal;
text-decoration: underline;
&:after, &:before {
width: 0%;
}
}
}
/*END Link on Mobile - WB eliezer */
p.tag.bf1{
text-transform: capitalize;
}
@media only screen and (max-width:820px){
.redesign .link{
color: #000;
overflow-wrap: anywhere;
text-decoration: underline!important;
white-space: normal!important;
&:before {
background-color: transparent!important;
}
&:after {
background-color: transparent!important;
}
}
}Editor is loading...
Leave a Comment