Letter Spacing different between PC , Andriod and Ios

Hi [email removed]Colinashvin

I am Richard Nguyen from PageFly - Advanced Page Builder. I would love to give you some recommendations.

You can use the following code snippets:

@media (max-width:767px){

CSS for mobile

}

@media not all and (min-resolution:.001dpcm)

{ @supports (-webkit-appearance:none) {

@media (max-width:767px){

CSS for mobile ios

}

}}

Best Regards;

Richard-pagefly