gokarna-theme / gokarna-hugo

A minimal opinionated theme for Hugo
https://gokarna-hugo.netlify.app
GNU General Public License v3.0
357 stars 139 forks source link

Fix inconsistent font sizing in code blocks on iOS #219

Closed ryouze closed 6 months ago

ryouze commented 6 months ago

On iOS, the font sizing is inconsistent in long code blocks. According to this comment, this is an issue with iOS. This PR implements the solution suggested by bglw.

I have tested this on my own site and it works as expected.

Before:

before

After:

after

netlify[bot] commented 6 months ago

Deploy Preview for gokarna-hugo ready!

Name Link
Latest commit 90efef586779e2d3688938e3a9e4d8f9db3dc0be
Latest deploy log https://app.netlify.com/sites/gokarna-hugo/deploys/6626578f2b143d00078c5046
Deploy Preview https://deploy-preview-219--gokarna-hugo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

yashmehrotra commented 6 months ago

Thanks for the fix @ryouze