Testimonials Page - Padding

 avatar
LBautista
css
10 months ago
260 B
5
Indexable
/*START - fix padding - WB Lloyd*/
div.redesign.testimonials{
    padding-top: 48px;
    padding-bottom: 49px;
     @media only screen and (max-width: 768px){
        padding-top: 64px!important;
        padding-bottom: 64px!important;
    }
}
/*END*/
Editor is loading...
Leave a Comment