Untitled

 avatar
unknown
plain_text
6 months ago
657 B
2
Indexable
/*Reduce the padding below the title by WB Nicolas V*/
@media(max-width: 568px){
    div.container ul.property-list {
        margin-top: 40px;
    }
}
/*END*/

/*Fix padding by WB Nicolas V*/
@media(min-width: 1200px){
    div.property-list-section .title-container {
        padding-top: 96px;
    }
}
/*END*/

/*Fix button dark BG - Nicolas V*/
@media(max-width: 768px){
    ul.property-list .property-list__view .btn {
        color: #fff!important;
        border-color: #fff!important;
        &:hover{
            color: #000!important;
            border-color: #fff!important;
            background-color: #fff!important;
        }
    }
}
/*END*/
Editor is loading...
Leave a Comment