Fix Padding

 avatar
user_2884186074
plain_text
2 years ago
696 B
4
Indexable
/*START - fix top and bottom padding*/
& >div:last-child{
    margin-top:96px;
    margin-bottom:96px;
    padding-top:0px!important;
    padding-bottom:0px!important;
    @media only screen and (max-width:768px){
        margin-top:64px;
        margin-bottom:64px;
    }
    h2,h3, p, .links-row >li,div.gallery-component__col,div.lp-container,div.lp-title-group, div.boxed-text__description{
        margin-top:0px!important;
        margin-bottom:0px!important;
    }
    h2,h3, p,div.gallery-component__col,div.agent-info {
        padding-top:10px!important;
        padding-bottom:10px!important;
        white-space: unset;
    }
}
/*END - fix top and bottom padding*/
Editor is loading...