Home Valuation Page - Timeline 1
unknown
plain_text
a year ago
727 B
14
Indexable
.link{
font-weight: normal;
color: #fff;
}
.link:hover{
color: #fff;
}
.redesign .link:after{
background-color: #fff;
}
/*START Link on Mobile - WB Nicolas V*/
@media only screen and (max-width: 768px){
.redesign .link {
white-space: normal;
text-decoration: underline;
&:after, &:before {
width: 0%;
}
}
}
/*END Link on Mobile - WB Nicolas V*/
/* Fix Link in Ipad view - Producer - WB Nicolas V*/
@media(min-width: 820px) and (max-width: 1020px) {
.redesign .link {
white-space: normal;
text-decoration: underline;
&:after, &:before {
width: 0%;
}
}
}
/*END Link on Mobile - WB Nicolas V*/Editor is loading...
Leave a Comment