/* Fixed component sizes are enlarged in the mini-app templates themselves. */
@media (max-width: 900px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}
