Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use minimum font-size of 12px #992

Closed

Commits on Sep 9, 2023

  1. Use minimum font-size of 12px

    PageSpeed Insights and Lighthouse complain about text that's smaller
    than 12px (for mobile). Our styling for `pre code` and `#information
    .credits` both use a `font-size` that's smaller than 12px (11px and
    ~11.5281px respectively).
    
    This increases the smallest `font-size` values in `style.scss` to
    12px (80% in this case).
    samford committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    1b4ba70 View commit details
    Browse the repository at this point in the history