Property Agent

mail@pastecode.io avatar
unknown
plain_text
a month ago
627 B
1
Indexable
Never
/*Fix Property Agent - Masterpiece - Ipad Air, Ipad Pro - WB Nicolas V*/
@media (min-width: 820px) and (max-width: 1020px) {
    .agent-info-row-item {
        padding-right: 40px!important;
        white-space: nowrap!important;
    }
}
@media (min-width: 820px) and (max-width: 1020px) {
    .agent-avatar {
        margin-right: 20px!important;
    }
}

@media (min-width: 1022px) {
    .agent-info-row-item {
        padding-right: 40px!important;
        white-space: nowrap!important;
    }
}
@media (min-width: 1022px) {
    .agent-avatar {
        margin-right: 30px!important;
    }
}
/*END*/
Leave a Comment