Setting title-center on "< h1> " element on Android does not work, fix

app.scss:

h1.title-center{
  text-align: center!important;
}

  

原文地址:https://www.cnblogs.com/sban/p/4763587.html