Homepage Properties bottom padding
Sally
css
06/24/2023 6:49 AM
300 B
23
Indexable
/*START - fix padding*/
div.featured-properties-section {
padding-top:96px;
padding-bottom:86px;
@media (max-width: 768px){
padding-bottom: 58px;
padding-top: 53px;
}
}Editor is loading...