Make WordPress Core

Changeset 58060

Timestamp:
04/30/2024 06:57:20 AM (3 months ago)
Author:
audrasjb
Message:

Help/About: Reduce About screens heading sizes on smaller viewports.

[56950] reduced the heading size of About screen headings, but that did not edit the size for smaller viewports.
This changeset fixes this issue, and also updates the larger fluid font size (960px - 1200px).

Follow-up to [56950].

Props dhruvang21, sabernhardt, khokansardar.
Fixes #61030.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/about.css

    r57911 r58060  
    586586.contribute-php .about__header-title h1 {
    587587    /* Fluid font size scales on browser size 960px - 1200px. */
    588     font-size: clamp(2rem, 10vw - 3rem, 4rem);
     588    font-size: clamp(2rem, rem, 4rem);
    589589}
    590590
     
    656656    .contribute-php .about__header-title h1 {
    657657        /* Fluid font size scales on browser size 600px - 960px. */
    658         font-size: clamp(3rem, 6.67vw - 0.5rem, 4.5rem);
     658        font-size: clamp(rem);
    659659    }
    660660
Note: See TracChangeset for help on using the changeset viewer.