Property Detail - Mortgage Calc
Sally
css
3 years ago
214 B
16
Indexable
/*center title and desc in mobile view*/
@media (max-width: 767px){
.mg-calc__title {
text-align: center;
}
}
@media (max-width: 767px){
.mg-calc__description {
text-align: center;
}
}Editor is loading...