Testimonials Page - Padding
LBautista
css
09/13/2024 12:12 AM
348 B
15
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