Hmm I’ve tried using the following but the font isn’t changing on mobile:
<style>
@media (max-width: 650px) {
.gh-content>p {
font-size: 30px;
line-height: 1.6em;
}
}
</style>
Maybe I’m missing something