Home Valuation - Timeline
Bnnthpnzln
css
a year ago
912 B
11
Indexable
Melissa Temple
/*link color and font weight*/
a{
font-weight: 400;
color: #000;
}
div.redesign .link{
&:hover{
color: #000;
}
&:after{
background-color: #000;
}
}
/*end*/
/*START Link on Mobile - WB benneth */
@media only screen and (max-width: 768px){
.redesign .link {
white-space: normal;
text-decoration: underline;
&:after, &:before {
width: 0%;
}
}
}
/*END Link on Mobile - WB benneth */
@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