Add `-webkit-text-size-adjust: 100%` to `index.scss` to prevent iOS font scaling
html {
-webkit-text-size-adjust: 100%;
}
Edited by James Walker
This GitLab instance and associated infrastructure will be undergoing maintenance work throughout the afternoon of Tuesday March 31st from 16:30 to 18:30. Several brief periods of downtime are possible. Apologies for any inconvenience caused.
html {
-webkit-text-size-adjust: 100%;
}