Property Detail - Mortgage Calc

Sally avatar
Sally
css
07/11/2023 8:38 PM
288 B
23
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...