About - Agent Bio

 avatar
Bnnthpnzln
css
6 months ago
1.9 kB
3
Indexable
Melissa Temple
div.bottom-container .header{
    text-transform: Capitalize;
}
.lp-link{
font-weight: 400;
}
.redesign .lp-link {
    &:hover{
        color:#fff!important;
    }
}
.redesign .lp-link:before {
    background-color: #999;
}
.redesign .lp-link:after {
    background-color: #fff;
}
@media only screen and (max-width: 1024px){
    div.bottom-container .lp-socials{
        justify-content: center;
        li{
            margin: 10px 4px 0 4px; 
        }
    }
}
@media only screen and (max-width: 820px){
    div.bottom-container .lp-socials{
        justify-content: center;
        li{
            margin: 10px 4px 0 4px; 
        }
    }
}
@media only screen and (max-width: 768px){
    div.bottom-container .lp-socials li{
       margin: 10px 4px 0 4px; 
    }
}
@media only screen and (max-width: 767px){
    div.bottom-container .lp-socials li{
       margin: 10px 4px 0 4px; 
    }
}

/*start - fix long email address*/
@media only screen and (max-width:1600px){
    div.agent-bio.redesign div.bottom-container div.info{
        div.info-block:nth-child(1){
            width: calc(17% - 30px)!important;
        }
        div.info-block:nth-child(2){
            width: calc(33% - 30px)!important;
        }
    }
}

div.agent-bio.redesign div.bottom-container{
    div.info{
        div.info-block:nth-child(n){
            @media only screen and (max-width:1300px){
                width: calc(50% - 30px)!important;
                margin-bottom: 10px;
            }
            @media only screen and (max-width:768px){
                width: 100%!important;
                a,div.info-title{
                    font-size: 13px;
                }
            }
        }
    }
    @media only screen and (max-width:1300px){
        padding: 25px;
    }
}
/*end - fix long email address*/
Editor is loading...
Leave a Comment