property Agent

mail@pastecode.io avatar
unknown
plain_text
25 days ago
412 B
2
Indexable
Never
div.property-agent-cta{
   padding: 74px 0 74px;
    @media only screen and (max-width:768px){
           padding: 42px 0 42px;
    }
    .property-agent-cta-info .details .data{
        text-transform: capitalize;
    }
}
/*START - fix hyperlink upon hover */
div.redesign .link{
    &:hover{
        color: #fff!important;
    } 
    &:after{
        background-color: #fff;
    }
}
/*end*/
Leave a Comment