Agent Bio

fix paddings
 avatar
JohnMatthewLumba
plain_text
18 days ago
226 B
1
Indexable
Never
/*Start - fix paddings - WB Matthew */
div.redesign .agent-info {
    padding-top: 96px;
    padding-bottom: 96px;
    @media(max-width: 768px){
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
/*End*/
Leave a Comment