Make WordPress Core

Ticket #61633: 61633.2.2.diff

File 61633.2.2.diff, 2.3 KB (added by vijaysinh9094, 2 months ago)
  • src/wp-content/themes/twentytwentyone/style.css

    diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
    index 83cbdf3db0..744b0e317f 100644
    a b Twenty Twenty-One is distributed under the terms of the GNU GPL. 
    228228        --branding--color-link: var(--global--color-primary);
    229229        --branding--color-link-hover: var(--global--color-secondary);
    230230        --branding--title--font-family: var(--global--font-primary);
    231         --branding--title--font-size: var(--global--font-size-lg);
     231        --branding--title--font-size: var(--global--font-size-mdgit );
    232232        --branding--title--font-size-mobile: var(--heading--font-size-h4);
    233233        --branding--title--font-weight: normal;
    234234        --branding--title--text-transform: uppercase;
    table.wp-calendar-table caption { 
    37263726
    37273727        .site-header {
    37283728                padding-top: calc(var(--global--spacing-vertical) / 0.75);
     3729                align-items: center;
    37293730        }
    37303731}
    37313732@media only screen and (min-width: 822px) {
    37323733
    37333734        .site-header {
    37343735                padding-top: calc(2.4 * var(--global--spacing-vertical));
     3736                align-items: center;
    37353737        }
    37363738}
    37373739