Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active March 18, 2019 14:40
Show Gist options
  • Save jessestu/6e3ad2003a5b036d6b9aa47773d6f62e to your computer and use it in GitHub Desktop.
Save jessestu/6e3ad2003a5b036d6b9aa47773d6f62e to your computer and use it in GitHub Desktop.

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS makes fonts bigger on the mobile version.
* 11329777-hc (jw)
*/
@media screen and (max-width: 782px) {
  body {
    font-size: 100%;
    line-height: 1.6;
  }
}

Tip: keep the /* comment */ in the code to later know what this code does.

Example of where to add the CSS

If this image fails to load, please see it at: http://cld.wthms.co/av2gwv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment