Home Valuation Page - Timeline 1

mail@pastecode.io avatar
unknown
plain_text
19 days ago
727 B
4
Indexable
Never
.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*/
Leave a Comment